Skip to content

Commit b451033

Browse files
whxvddavid-christiansen
authored andcommitted
fix: two typos in user guide (#907)
1 parent f0e24e1 commit b451033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/UsersGuide/Elab.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This traversal is repeated until the resulting document and metadata tables are
8585
Verso provides a general-purpose traversal mechanism for {name Verso.Doc.Part}`Part`, {name Verso.Doc.Block}`Block`, and {name Verso.Doc.Inline}`Inline` that genres may use.
8686
{name Verso.Doc.Genre.TraverseState}`Genre.TraverseState` contains the genre-specific information that's accumulated during traversal, while {name Verso.Doc.Genre.TraverseContext}`Genre.TraverseContext` provides a means of tracking the surrounding document context.
8787
To use this framework, genres should define instances of {name Verso.Doc.Traverse}`Traverse`, which specifies the traversal of a genre's custom elements.
88-
Additionally, instances of {name Verso.Doc.TraversePart}`GenrePart` and {name Verso.Doc.TraverseBlock}`GenreBlock` specify how traversal keeps track of the current position in a document.
88+
Additionally, instances of {name Verso.Doc.TraversePart}`TraversePart` and {name Verso.Doc.TraverseBlock}`TraverseBlock` specify how traversal keeps track of the current position in a document.
8989

9090
{docstring Verso.Doc.Traverse}
9191

0 commit comments

Comments
 (0)