mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SwiftCompilerSources] Fix typos
This commit is contained in:
@@ -87,7 +87,7 @@ public struct OperandArray : RandomAccessCollection, CustomReflectable {
|
||||
|
||||
/// Returns a sub-array defined by `bounds`.
|
||||
///
|
||||
/// Note: this does not return a Slice. The first index of the returnd array is always 0.
|
||||
/// Note: this does not return a Slice. The first index of the returned array is always 0.
|
||||
public subscript(bounds: Range<Int>) -> OperandArray {
|
||||
assert(bounds.lowerBound >= startIndex && bounds.upperBound <= endIndex)
|
||||
return OperandArray(
|
||||
|
||||
Reference in New Issue
Block a user