Skip to content

Commit

Permalink
Merge pull request #449 from lorentey/typo-fix-1.2
Browse files Browse the repository at this point in the history
[1.2][OrderedDictionary] fix a typo
  • Loading branch information
lorentey authored Feb 7, 2025
2 parents b5e880d + 1cb3ca5 commit 973459e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
/// Because ordered dictionaries need to maintain unique keys, neither
/// `OrderedDictionary` nor its `elements` view can conform to the full
/// `MutableCollection` or `RangeReplaceableCollection` protocols.
/// However, `OrderedDictioanr` is still able to implement some of the
/// However, `OrderedDictionary` is still able to implement some of the
/// requirements of these protocols. In particular, it supports permutation
/// operations from `MutableCollection`:
///
Expand Down

0 comments on commit 973459e

Please sign in to comment.