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 344344/// } else {
345345/// print("No glyphs found!")
346346/// }
347- /// // Prints "The 'star' image is a glyph.")
347+ /// // Prints "The 'star' image is a glyph."
348348///
349349/// Note that in this example, `imagePaths` is subscripted using a dictionary
350350/// index. Unlike the key-based subscript, the index-based subscript returns
@@ -1191,7 +1191,7 @@ extension Dictionary {
11911191 /// } else {
11921192 /// print("No value found for that key.")
11931193 /// }
1194- /// // Prints "No value found for that key.""
1194+ /// // Prints "No value found for that key."
11951195 ///
11961196 /// - Parameter key: The key to remove along with its associated value.
11971197 /// - 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