Skip to content

Commit 66acf3b

Browse files
author
mkandil
committed
add comment to __findMutatingUnsafe
1 parent c00cb64 commit 66acf3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Cxx/CxxDictionary.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ public protocol CxxDictionary<Key, Value> {
2929
func __findUnsafe(_ key: Key) -> RawIterator
3030

3131
/// Do not implement this function manually in Swift.
32-
3332
func __beginUnsafe() -> RawIterator
34-
33+
34+
/// Do not implement this function manually in Swift.
3535
mutating func __findMutatingUnsafe(_ key: Key) -> RawMutableIterator
3636

3737
/// Do not implement this function manually in Swift.

0 commit comments

Comments
 (0)