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.
2 parents 82e04f8 + 71f8a4e commit 68e0103Copy full SHA for 68e0103
stdlib/public/core/KeyValuePairs.swift
@@ -27,7 +27,7 @@
27
/// "Evelyn Ashford": 10.79,
28
/// "Marlies Gohr": 10.81]
29
/// print(recordTimes.first!)
30
-/// // Prints "("Florence Griffith-Joyner", 10.49)"
+/// // Prints "(key: "Florence Griffith-Joyner", value: 10.49)"
31
///
32
/// Some operations that are efficient on a dictionary are slower when using
33
/// `KeyValuePairs`. In particular, to find the value matching a key, you
0 commit comments