Skip to content

Commit dd22df3

Browse files
committed
Fix typo in comment
1 parent 0a449a8 commit dd22df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
# TODO: it would be nice to save and restore the corpus between runs
201201
- name: build corpus
202202
run: |
203-
cargo update -p proc-macro2 # Temporary fix to get the nightly build run correctly
203+
cargo update -p proc-macro2 # Temporary fix to get the nightly build to run correctly
204204
cd tools
205205
cargo run --bin generate-fuzz-corpus
206206
- name: build

0 commit comments

Comments
 (0)