We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09847e6 + 7eab74c commit cf5bcabCopy full SHA for cf5bcab
stdlib/public/core/Dictionary.swift
@@ -856,7 +856,7 @@ extension Dictionary {
856
///
857
/// When a dictionary's `Value` type has value semantics, you can use this
858
/// subscript to perform in-place operations on values in the dictionary.
859
- /// The following example uses this subscript while counting the occurences
+ /// The following example uses this subscript while counting the occurrences
860
/// of each letter in a string:
861
862
/// let message = "Hello, Elle!"
0 commit comments