Typo: Remove extraneous parens

This commit is contained in:
Jeroen Engels 2019-10-20 14:31:18 +02:00
parent 2db0a50904
commit ddad514b37

View File

@ -805,7 +805,7 @@ The example is simplified to only forbid the use of the `Html.button` expression
( [], context )
Tip: If you do not need to collect data in this visitor, you may wish to use the
simpler [`withSimpleModuleDefinitionVisitor`](#withSimpleModuleDefinitionVisitor) function).
simpler [`withSimpleModuleDefinitionVisitor`](#withSimpleModuleDefinitionVisitor) function.
-}
withModuleDefinitionVisitor : (Node Module -> context -> ( List Error, context )) -> Schema anything context -> Schema { hasAtLeastOneVisitor : () } context