Skip to content

Commit 6946a3b

Browse files
Update Sources/Testing/Testing.docc/testing-asynchronous-code.md
Co-authored-by: Stuart Montgomery <[email protected]>
1 parent 15926e7 commit 6946a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Testing.docc/testing-asynchronous-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func boughtSandwiches() async {
7474

7575
In this example, there may be zero customers or up to (but not including) 1,000
7676
customers who order sandwiches. Any [range expression](https://developer.apple.com/documentation/swift/rangeexpression)
77-
can be used:
77+
which includes an explicit lower bound can be used:
7878

7979
| Range Expression | Usage |
8080
|-|-|

0 commit comments

Comments
 (0)