Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simerplaha committed Jan 14, 2025
1 parent e7d2be6 commit e8d0773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.scalatest.OptionValues._
class BStringSpec extends AnyWordSpec with Matchers {

"b alone" should {
"not parser as String literal" in {
"not parse as String literal" in {
// this is because "b" is not a reserved token.
// "b" followed by tick is required for string literal.
assertIsFastParseError {
Expand Down

0 comments on commit e8d0773

Please sign in to comment.