Skip to content

Commit d77bd9e

Browse files
committed
docs(parser): fix typo in generate_parser_fixtures
1 parent 446a79e commit d77bd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acdc-parser/examples/generate_parser_fixtures.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Regenerate JSON test fixtures from .adoc files
22
//!
3-
//! Run with: `cargo run --example regenerate_parser_fixtures`
3+
//! Run with: `cargo run --example generate_parser_fixtures`
44
55
use std::path::PathBuf;
66

0 commit comments

Comments
 (0)