Fix documentation for globalError

This commit is contained in:
Jeroen Engels 2021-03-14 11:00:24 +01:00
parent cfa4494f85
commit 38bc49a66f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -3154,7 +3154,7 @@ The `details` is a list of paragraphs, and each item will be visually separated
when shown to the user. The details may not be empty, and this will be enforced
by the tests automatically.
error : String -> Error
error : String -> Error scope
error moduleName =
Rule.globalError
{ message = "Could not find module " ++ moduleName