docs: typo in list difference documentation (#3018)

This commit is contained in:
scarf 2023-07-17 00:39:36 +09:00 committed by GitHub
parent 6729fa8c89
commit 388d217757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ infix 7 \\
|||
||| In the following example, the result is `[2, 4]`.
||| ```idris example
||| [1, 2, 3, 4] // [1, 3]
||| [1, 2, 3, 4] \\ [1, 3]
||| ```
|||
public export