File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 83276a057c25125bf8248712a75fd21b34704239
2
+ refs/heads/master: c2f9ef5fcf625e168db7d97556b33429688071bb
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ extension String {
52
52
/// Creates a new string by copying the null-terminated UTF-8 data referenced
53
53
/// by the given pointer.
54
54
///
55
- /// This is identical to init(cString: UnsafePointer<CChar> but operates on an
56
- /// unsigned sequence of bytes.
55
+ /// This is identical to ` init(cString: UnsafePointer<CChar>)` but operates on
56
+ /// an unsigned sequence of bytes.
57
57
public init ( cString: UnsafePointer < UInt8 > ) {
58
58
let len = UTF8 . _nullCodeUnitOffset ( in: cString)
59
59
self = String . _fromUTF8Repairing (
You can’t perform that action at this time.
0 commit comments