Skip to content

Commit

Permalink
Fixed docstring typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Draper <[email protected]>
  • Loading branch information
YarinHeffes and amorphedstar authored Sep 16, 2024
1 parent 5edf0bf commit 063b930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/ord-map.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ operation, and therefore Map cannot implement Monoid."
(define (sdifference a b)
"Symmetric difference.
Construct a Map containing only those mapping sof `a` and `b` which do not associate keys `==' keys in the other."
Construct a Map containing only those mappings of `a` and `b` which do not associate keys `==' keys in the other."
(let (%Map a) = a)
(let (%Map b) = b)
(%Map (tree:sdifference a b)))
Expand Down

0 comments on commit 063b930

Please sign in to comment.