Skip to content

Commit e8b0650

Browse files
committed
Proposal #6: correct API diffs
1 parent 7e59c13 commit e8b0650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0006-apply-api-guidelines-to-the-standard-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,12 +483,12 @@ public struct OpaquePointer : ... {
483483

484484
public struct EnumeratedIterator<Base : IteratorProtocol> : ... {
485485
// Use the 'enumerated()' method.
486-
public init(_ base: Base)
486+
- public init(_ base: Base)
487487
}
488488

489489
public struct EnumeratedSequence<Base : IteratorProtocol> : ... {
490490
// Use the 'enumerated()' method.
491-
public init(_ base: Base)
491+
- public init(_ base: Base)
492492
}
493493
```
494494

0 commit comments

Comments
 (0)