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.
1 parent 7ff9419 commit 7eab74cCopy full SHA for 7eab74c
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