Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Oct 18, 2024
1 parent a0ca8c2 commit 5524810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tokenizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ final class Tokenizer implements TokenizerInterface
private $string;

/**
* @var bool $isEscaped If the current character has been esacped.
* @var bool $isEscaped If the current character has been escaped.
*/
private $isEscaped = false;

Expand Down

0 comments on commit 5524810

Please sign in to comment.