Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e6a3fe

Browse files
committed
Remove spurious space before a period.
1 parent d55657b commit 4e6a3fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/compiler/doc/compiler.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ \section{Using Visitors to Walk ASTs}
262262
each node, it checks the \var{visitor} argument to \method{preorder()}
263263
for a method named `visitNodeType,' where NodeType is the name of the
264264
node's class, e.g. for a \class{While} node a \method{visitWhile()}
265-
would be called . If the method exists, it is called with the node as
265+
would be called. If the method exists, it is called with the node as
266266
its first argument.
267267

268268
The visitor method for a particular node type can control how child

0 commit comments

Comments
 (0)