doc: replace undefined module name
Replace `debug-scopes/named-scopes` with one of the two documented "sub" modules.
This commit is contained in:
parent
6a0b9c27a2
commit
6f9adb45a8
|
@ -43,7 +43,8 @@
|
||||||
|
|
||||||
(foo (list 123))]
|
(foo (list 123))]
|
||||||
|
|
||||||
When using @racketmodname[debug-scopes/named-scopes], a named scope is often
|
When using named scopes---for example, via
|
||||||
|
@racketmodname[debug-scopes/named-scopes/override]---a named scope is often
|
||||||
used instead of the macro scope flipped by @racket[syntax-local-introduce]. If
|
used instead of the macro scope flipped by @racket[syntax-local-introduce]. If
|
||||||
@racket[+scopes] is called within that context, it also annotates the whole
|
@racket[+scopes] is called within that context, it also annotates the whole
|
||||||
expression with the named scope which acts as a replacement for the macro
|
expression with the named scope which acts as a replacement for the macro
|
||||||
|
|
Loading…
Reference in New Issue
Block a user