fix: error explanation needs updating (#9091)
This PR updates an error explanation to match the actual error.
This commit is contained in:
parent
044bfdb098
commit
ede8a7e494
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def reverseDuplicate (xs : List α) :=
|
|||
.reverse (xs ++ xs)
|
||||
```
|
||||
```output
|
||||
Invalid dotted identifier notation: The type of `.reverse` could not be determined
|
||||
Invalid dotted identifier notation: The expected type of `.reverse` could not be determined
|
||||
```
|
||||
```lean fixed
|
||||
def reverseDuplicate (xs : List α) : List α :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue