Skip to content

Commit 915661b

Browse files
authored
Merge pull request #176 from FullyNonlinear/main
Minor typo fix in book formality_core lang
2 parents 3222d32 + 5a6e1b2 commit 915661b

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)