We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa92329 commit 0417b22Copy full SHA for 0417b22
ExSwift/Dictionary.swift
@@ -13,7 +13,7 @@ internal extension Dictionary {
13
14
/**
15
Difference of self and the input dictionaries.
16
- Two dictionaries are considered equal if they contain the same [key: value] copules.
+ Two dictionaries are considered equal if they contain the same [key: value] pairs.
17
18
:param: dictionaries Dictionaries to subtract
19
:returns: Difference of self and the input dictionaries
0 commit comments