Skip to content

Commit

Permalink
Merge pull request #249 from aldosa/patch-1
Browse files Browse the repository at this point in the history
Updated link to wiki to fix 404
  • Loading branch information
b3b00 authored Oct 23, 2021
2 parents 4b98256 + e1f08b7 commit c88b163
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 @@ -55,7 +55,7 @@ See [Lexer](https://github.com/b3b00/csly/wiki/Lexer) for lexers definition and
### Fully and Strictly typed ###

Csly is strictly typed, so every parser you define renders according to its input and output types.
For additional details on parser typing, head to the [typing section](typing).
For additional details on parser typing, head to the [parser definition section](defining-your-parser).

>### Be more confident that your parser will generate valid inputs and outputs.
Expand Down

0 comments on commit c88b163

Please sign in to comment.