Skip to content

Commit

Permalink
Merge pull request #176 from FullyNonlinear/main
Browse files Browse the repository at this point in the history
Minor typo fix in book formality_core lang
  • Loading branch information
nikomatsakis authored Jun 25, 2024
2 parents 3222d32 + 5a6e1b2 commit 915661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/formality_core/lang.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The language module you create has various items in it:

## Specifying the language for a crate

That module will contain a language struct named `FormalityLang`. It
That module will contain a language struct named `FormalityLang`.
Other parts of the formality system (e.g., autoderives and the like)
will need to know the current language you are defining,
and they expect to find it at `crate::FormalityLang`.
Expand Down

0 comments on commit 915661b

Please sign in to comment.