Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Dec 2, 2023
1 parent 547b818 commit 8ebdaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ _Example_: `'Lorem ipsum dolor 123!'`, `"escaped \"word\""`, `"mixed 'quotes' ar
#### Comments

Comment tokens are any single line text literals starting with `//`.
Similar to whitespaces, comments are ignored by `fexpr.Parse()`
Similar to whitespaces, comments are ignored by `fexpr.Parse()`.

_Example_: `// test`.

Expand Down

0 comments on commit 8ebdaae

Please sign in to comment.