Skip to content

Commit 6bbd2d4

Browse files
authored
Fix typo
1 parent 806a2eb commit 6bbd2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/testing/NNNN-test-cancellation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using the [`.enabled(if:)`](https://developer.apple.com/documentation/testing/tr
1616
etc. family of traits:
1717

1818
```swift
19-
@Test(.disabled(if: Species.all.in(: .dinosauria).isEmpty)
19+
@Test(.disabled(if: Species.all(in: .dinosauria).isEmpty)
2020
func `Are all dinosaurs extinct?`() {
2121
// ...
2222
}

0 commit comments

Comments
 (0)