Skip to content

Commit 68e0103

Browse files
authored
Merge pull request swiftlang#31471 from valeriyvan/FixExampleSnippetKeyValuePairs.swift
2 parents 82e04f8 + 71f8a4e commit 68e0103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/KeyValuePairs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/// "Evelyn Ashford": 10.79,
2828
/// "Marlies Gohr": 10.81]
2929
/// print(recordTimes.first!)
30-
/// // Prints "("Florence Griffith-Joyner", 10.49)"
30+
/// // Prints "(key: "Florence Griffith-Joyner", value: 10.49)"
3131
///
3232
/// Some operations that are efficient on a dictionary are slower when using
3333
/// `KeyValuePairs`. In particular, to find the value matching a key, you

0 commit comments

Comments
 (0)