Skip to content

Commit 8013db1

Browse files
leafacrfindler
authored andcommitted
Small fixes to ‘define-extended-language’ documentation
1 parent 957935b commit 8013db1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redex-doc/redex/scribblings/ref/languages.scrbl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,12 @@ non-terminal has all of the alternatives from the original
427427
language's non-terminal, as well as any new ones. If a
428428
non-terminal occurs in both the base language and the
429429
extension, the extension's non-terminal replaces the
430-
originals. If a non-terminal only occurs in either the base
430+
originals. If a non-terminal only occurs in the base
431431
language, then it is carried forward into the
432-
extension. And, of course, extend-language lets you add new
432+
extension. And, of course, @racket[define-extended-language] lets you add new
433433
non-terminals to the language.
434434

435-
If a language is has a group of multiple non-terminals
435+
If a language has a group of multiple non-terminals
436436
defined together, extending any one of those non-terminals
437437
extends all of them.
438438
}

0 commit comments

Comments
 (0)