Skip to content

Commit c35d74a

Browse files
committed
docs: fix grammar
1 parent f128a9e commit c35d74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub enum RuntimeError {
1212
/// [DataTreeReflection](crate::data_tree::Reflection) from stdin.
1313
#[display("DeserializationFailure: {_0}")]
1414
DeserializationFailure(serde_json::Error),
15-
/// When both `--json-input` and file names are both specified.
15+
/// When `--json-input` and file names are both specified.
1616
#[display("JsonInputArgConflict: Arguments exist alongside --json-input")]
1717
JsonInputArgConflict,
1818
/// When input JSON data is not a valid tree.

0 commit comments

Comments
 (0)