Skip to content

Commit 3448cff

Browse files
committed
meta docs: Syntax.track_origin -> syntax_meta.track_origin
1 parent 083267a commit 3448cff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rhombus/rhombus/scribblings/meta/annotation-macro.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
the value. The given @rhombus(statinfo_stx) is in unpacked form
102102
(i.e., @rhombus(statinfo_meta.pack) is applied automatically).
103103
The optional @rhombus(track_stxes) argument is passed along to
104-
@rhombus(Syntax.track_origin) on the resulting syntax object to connect
104+
@rhombus(syntax_meta.track_origin) on the resulting syntax object to connect
105105
expansion tracking from the @rhombus(track_stxes) members to the packed
106106
binding expansion; see also @secref("stxobj-track").
107107

rhombus/rhombus/scribblings/meta/bind-macro.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
unspecified and meant to be opaque.
219219

220220
The optional @rhombus(track_stxes) argument is passed along to
221-
@rhombus(Syntax.track_origin) on the resulting syntax object to connect
221+
@rhombus(syntax_meta.track_origin) on the resulting syntax object to connect
222222
expansion tracking from the @rhombus(track_stxes) members to the packed
223223
binding expansion.
224224

rhombus/rhombus/scribblings/meta/stxobj-meta.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
.call_to_expand_using(
248248
stx :: Syntax,
249249
proc :: Syntax -> Syntax
250-
) :: S7yntax
250+
) :: Syntax
251251
){
252252

253253
The @rhombus(syntax_meta.make_definition_context) function creates a
@@ -269,7 +269,7 @@
269269
object, returning the new syntax object with those scopes added.}
270270

271271
@item{The @rhombus(syntax_meta.DefinitionContext.track_origin) method
272-
transfers gathered @rhombus(Syntax.track_origin)-like expansion
272+
transfers gathered @rhombus(syntax_meta.track_origin)-like expansion
273273
information to the given syntax object, where information is gathered
274274
during each @rhombus(syntax_meta.DefinitionContext.add_definitions)
275275
call.}

0 commit comments

Comments
 (0)