Skip to content

Commit ab762a0

Browse files
committed
---
yaml --- r: 348405 b: refs/heads/master c: c2f9ef5 h: refs/heads/master i: 348403: 6ff9f53
1 parent 0fa36ce commit ab762a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 83276a057c25125bf8248712a75fd21b34704239
2+
refs/heads/master: c2f9ef5fcf625e168db7d97556b33429688071bb
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/core/CString.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ extension String {
5252
/// Creates a new string by copying the null-terminated UTF-8 data referenced
5353
/// by the given pointer.
5454
///
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.
5757
public init(cString: UnsafePointer<UInt8>) {
5858
let len = UTF8._nullCodeUnitOffset(in: cString)
5959
self = String._fromUTF8Repairing(

0 commit comments

Comments
 (0)