Fix wrong documentation

This commit is contained in:
Jeroen Engels 2021-02-23 22:31:16 +01:00
parent 944c868a8d
commit bddfd7b071
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -3123,7 +3123,7 @@ errorFilePath (Review.Error.ReviewError err) =
err.filePath
{-| Get the file path of an [`Error`](#Error).
{-| Get the target of an [`Error`](#Error).
-}
errorTarget : Review.Error.ReviewError -> Review.Error.Target
errorTarget (Review.Error.ReviewError err) =