stdlib/String: rename String.utf16count -> .utf16Count to follow naming

conventions

rdar://17016806


Swift SVN r19463
This commit is contained in:
Dmitri Hrybenko
2014-07-02 15:03:02 +00:00
parent 36cbfe3c8f
commit 7e4c6782ee
2 changed files with 4 additions and 4 deletions

View File

@@ -894,7 +894,7 @@ extension String {
// @property NSUInteger length;
/// Returns the number of Unicode characters in the `String`.
@public var utf16count: Int {
@public var utf16Count: Int {
return _ns.length
}