File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
redex-doc/redex/scribblings/ref Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -427,12 +427,12 @@ non-terminal has all of the alternatives from the original
427
427
language's non-terminal, as well as any new ones. If a
428
428
non-terminal occurs in both the base language and the
429
429
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
431
431
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
433
433
non-terminals to the language.
434
434
435
- If a language is has a group of multiple non-terminals
435
+ If a language has a group of multiple non-terminals
436
436
defined together, extending any one of those non-terminals
437
437
extends all of them.
438
438
}
You can’t perform that action at this time.
0 commit comments