Skip to content

Commit 386f041

Browse files
glessardlorentey
andcommitted
[span] fix an argument label
Co-authored-by: Karoy Lorentey <[email protected]>
1 parent 0922b6b commit 386f041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Span/Span.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ extension Span where Element: ~Copyable {
634634
@_alwaysEmitIntoClient
635635
@lifetime(self)
636636
public func _extracting(
637-
uncheckedBounds bounds: some RangeExpression<Int>
637+
unchecked bounds: some RangeExpression<Int>
638638
) -> Self {
639639
_extracting(unchecked: bounds.relative(to: indices))
640640
}

0 commit comments

Comments
 (0)