mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
docs: typo in list difference documentation (#3018)
This commit is contained in:
parent
6729fa8c89
commit
388d217757
@ -279,7 +279,7 @@ infix 7 \\
|
|||||||
|||
|
|||
|
||||||
||| In the following example, the result is `[2, 4]`.
|
||| In the following example, the result is `[2, 4]`.
|
||||||
||| ```idris example
|
||| ```idris example
|
||||||
||| [1, 2, 3, 4] // [1, 3]
|
||| [1, 2, 3, 4] \\ [1, 3]
|
||||||
||| ```
|
||| ```
|
||||||
|||
|
|||
|
||||||
public export
|
public export
|
||||||
|
Loading…
Reference in New Issue
Block a user