Skip to content

Commit 51a9cea

Browse files
committed
Merge pull request #121 from noahfradin/patch-1
Fix grammar in Shims.swift: "value that is be used" -> "value to be used"
2 parents 177e775 + 048327c commit 51a9cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Shims.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal func _makeSwiftNSFastEnumerationState()
2525
extra: (0, 0, 0, 0, 0))
2626
}
2727

28-
/// A dummy value that is be used as the target for `mutationsPtr` in fast
28+
/// A dummy value to be used as the target for `mutationsPtr` in fast
2929
/// enumeration implementations.
3030
var _fastEnumerationStorageMutationsTarget: CUnsignedLong = 0
3131

0 commit comments

Comments
 (0)