Skip to content

Commit

Permalink
Change a word
Browse files Browse the repository at this point in the history
  • Loading branch information
koenichiwa committed Oct 3, 2023
1 parent 0281d5e commit 79e3ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl<'a> BuilderGenerator<'a> {
let type_generics = self.generics_gen.const_generics_valued(false);
let (impl_generics, _, where_clause) = self.generics_gen.target_generics().split_for_impl();
let documentation = format!(
"Creates a new [`{}`] without any fields set",
"Creates a new [`{}`] without any fields initialized",
self.builder_name
);

Expand Down

0 comments on commit 79e3ab0

Please sign in to comment.