Skip to content

Commit

Permalink
Fix php docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 18, 2023
1 parent 4874520 commit 90c4958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils/LineAndOffset.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class LineAndOffset
{
/**
* When spellcheckers gives the offset position of a misspelled word from the whole text's first character,
* this helps finding the offset position from line's first caracter instead.
* this helps finding the offset position from line's first character instead.
*
* @param string $text Chunk of text from which the line and offset are computed
* @param int $offsetFromFirstCharacter Offset position from the text's first caracter
* @param int $offsetFromFirstCharacter Offset position from the text's first character
*
* @return array<int,int> Line number as the first element and offset from beginning of line as second element
*/
Expand Down

0 comments on commit 90c4958

Please sign in to comment.