Skip to content

Commit

Permalink
functional_ir.rst: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Jan 6, 2025
1 parent 23fa9b2 commit f4c7377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ and supply the following:
are used for ``Functional::IR`` nodes) or ``IdString``.
- The derived class should provide a constructor that calls ``reserve`` for
every reserved word in the target language.
- A method ``bool is_legal_character(char c, int index)`` has to be provided
- A method ``bool is_character_legal(char c, int index)`` has to be provided
that returns ``true`` iff ``c`` is legal in an identifier at position
``index``.

Expand Down

0 comments on commit f4c7377

Please sign in to comment.