Skip to content

Commit f7cde73

Browse files
authored
Merge pull request #75402 from hamishknight/tweak-doc
[doc] Update `libFuzzerIntegration.md`
2 parents 503d83a + e40d762 commit f7cde73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/libFuzzerIntegration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# libFuzzer Integration
22

3-
Custom builds of the Swift toolchain (including development snapshots)
4-
have a built-in `libFuzzer` integration. In order to use it on a file
3+
Swift has built-in `libFuzzer` integration. In order to use it on a file
54
`myfile.swift`, define an entry point fuzzing function with a
65
`@_cdecl("LLVMFuzzerTestOneInput")` annotation:
76

0 commit comments

Comments
 (0)