Skip to content

Commit

Permalink
doc: Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Oct 28, 2024
1 parent 84816e8 commit a6ae007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ fn impl_display(error_enum_node: &ErrorEnumGraphNode, token_stream: &mut TokenSt
});
}
} else {
// e.g. `"field: {}", err.field`
// e.g. `"field: {}", source.field`
error_variant_tokens.append_all(quote::quote! {
#enum_name::#name(ref source) => write!(f, #tokens),
});
Expand Down

0 comments on commit a6ae007

Please sign in to comment.