Skip to content

Commit 8946435

Browse files
committed
Remove stray backtick in docs.
Fixes <rdar://problem/62747693>
1 parent 2938466 commit 8946435

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)