Skip to content

Commit

Permalink
docs: typo in list difference documentation (#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Jul 16, 2023
1 parent 6729fa8 commit 388d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/base/Data/List.idr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 388d217

Please sign in to comment.