mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Indent bullet continuations in doc comments
The text is a lot more readable that way. Swift SVN r28471
This commit is contained in:
@@ -33,8 +33,8 @@ extension String.UTF16View.Index : RandomAccessIndexType {
|
||||
/// Return `self` offset by `n` steps.
|
||||
///
|
||||
/// - returns: If `n > 0`, the result of applying `successor` to
|
||||
/// `self` `n` times. If `n < 0`, the result of applying
|
||||
/// `predecessor` to `self` `-n` times. Otherwise, `self`.
|
||||
/// `self` `n` times. If `n < 0`, the result of applying
|
||||
/// `predecessor` to `self` `-n` times. Otherwise, `self`.
|
||||
///
|
||||
/// - complexity: O(1)
|
||||
public func advancedBy(x: Int) -> String.UTF16View.Index {
|
||||
|
||||
Reference in New Issue
Block a user