Skip to content

Commit 067700d

Browse files
authored
Merge pull request #31488 from amartini51/release/5.3
[5.3] Remove stray backtick in docs.
2 parents b1fea09 + 4f82913 commit 067700d

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
@@ -879,7 +879,7 @@ extension Dictionary {
879879
/// - key: The key the look up in the dictionary.
880880
/// - defaultValue: The default value to use if `key` doesn't exist in the
881881
/// dictionary.
882-
/// - Returns: The value associated with `key` in the dictionary`; otherwise,
882+
/// - Returns: The value associated with `key` in the dictionary; otherwise,
883883
/// `defaultValue`.
884884
@inlinable
885885
public subscript(

0 commit comments

Comments
 (0)