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 bf72a8e commit 4f82913Copy full SHA for 4f82913
stdlib/public/core/Dictionary.swift
@@ -879,7 +879,7 @@ extension Dictionary {
879
/// - key: The key the look up in the dictionary.
880
/// - defaultValue: The default value to use if `key` doesn't exist in the
881
/// dictionary.
882
- /// - Returns: The value associated with `key` in the dictionary`; otherwise,
+ /// - Returns: The value associated with `key` in the dictionary; otherwise,
883
/// `defaultValue`.
884
@inlinable
885
public subscript(
0 commit comments