Remove inconsistent period

This commit is contained in:
Jeroen Engels 2022-01-05 16:39:51 +01:00
parent f643cae09e
commit c444311977
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -169,7 +169,7 @@ The traversal of a module rule is the following:
- Each declaration, visited in the following order:
- [`withSimpleDeclarationVisitor`](#withSimpleDeclarationVisitor) and [`withDeclarationEnterVisitor`](#withDeclarationEnterVisitor)
- The expression contained in the declaration will be visited recursively by [`withSimpleExpressionVisitor`](#withSimpleExpressionVisitor), [`withExpressionEnterVisitor`](#withExpressionEnterVisitor) and [`withExpressionExitVisitor`](#withExpressionExitVisitor).
- [`withDeclarationExitVisitor`](#withDeclarationExitVisitor).
- [`withDeclarationExitVisitor`](#withDeclarationExitVisitor)
- A final evaluation is made when the module has fully been visited, using [`withFinalModuleEvaluation`](#withFinalModuleEvaluation)
Evaluating/visiting a node means two things: