Skip to content

Commit

Permalink
Fix minor inconsistency between customise docs & impl
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 19, 2024
1 parent b128d29 commit 99917ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documented-macros/src/config/customise_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mod kw {
/// Expected parse stream format: `<KW> = <VAL>`.
#[derive(Clone, Debug)]
pub struct ConfigOption {
/// The whole config span, from the keyword to the value.
/// The span over the keyword of the config option.
pub span: Span,

/// The config key-value pair.
Expand Down

0 comments on commit 99917ae

Please sign in to comment.