Skip to content

Commit 0417b22

Browse files
committed
Typo/wording fix
1 parent aa92329 commit 0417b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExSwift/Dictionary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal extension Dictionary {
1313

1414
/**
1515
Difference of self and the input dictionaries.
16-
Two dictionaries are considered equal if they contain the same [key: value] copules.
16+
Two dictionaries are considered equal if they contain the same [key: value] pairs.
1717

1818
:param: dictionaries Dictionaries to subtract
1919
:returns: Difference of self and the input dictionaries

0 commit comments

Comments
 (0)