Skip to content

Commit 3021961

Browse files
committed
[review] fix docstring
1 parent cf53b80 commit 3021961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/macro_names.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use serde::{Deserialize, Serialize};
77
use serde_json as json;
88
use thiserror::Error;
99

10-
/// Defines the name of an input - either a file or stdin.
10+
/// Defines the name of a macro.
1111
#[derive(Clone, Debug, Eq, PartialEq, Hash, Ord, PartialOrd, Deserialize, Serialize)]
1212
pub struct MacroName(String);
1313

0 commit comments

Comments
 (0)