File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 344
344
/// } else {
345
345
/// print("No glyphs found!")
346
346
/// }
347
- /// // Prints "The 'star' image is a glyph.")
347
+ /// // Prints "The 'star' image is a glyph."
348
348
///
349
349
/// Note that in this example, `imagePaths` is subscripted using a dictionary
350
350
/// index. Unlike the key-based subscript, the index-based subscript returns
@@ -1191,7 +1191,7 @@ extension Dictionary {
1191
1191
/// } else {
1192
1192
/// print("No value found for that key.")
1193
1193
/// }
1194
- /// // Prints "No value found for that key.""
1194
+ /// // Prints "No value found for that key."
1195
1195
///
1196
1196
/// - Parameter key: The key to remove along with its associated value.
1197
1197
/// - Returns: The value that was removed, or `nil` if the key was not
You can’t perform that action at this time.
0 commit comments