Skip to content

Commit 7eab74c

Browse files
committed
[stdlib] Fix a misspelling in a Dictionary doc comment.
Fixes rdar://problem/48759246.
1 parent 7ff9419 commit 7eab74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Dictionary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ extension Dictionary {
856856
///
857857
/// When a dictionary's `Value` type has value semantics, you can use this
858858
/// subscript to perform in-place operations on values in the dictionary.
859-
/// The following example uses this subscript while counting the occurences
859+
/// The following example uses this subscript while counting the occurrences
860860
/// of each letter in a string:
861861
///
862862
/// let message = "Hello, Elle!"

0 commit comments

Comments
 (0)