Skip to content

Commit 5a6e1b2

Browse files
author
riemannstein
committed
Minor typo fix in book formality_core lang
1 parent 3966e06 commit 5a6e1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/formality_core/lang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The language module you create has various items in it:
2323

2424
## Specifying the language for a crate
2525

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

0 commit comments

Comments
 (0)