Skip to content

Commit

Permalink
Documentation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Dec 7, 2023
1 parent 2ed3b96 commit a027abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ use type_safe_builder_macro::Builder;
struct Struct {
field: String,
#[builder(default)]
default_field: Option<String>,
default_field: Option<&'static str>,
}

fn main() {
Expand Down

0 comments on commit a027abf

Please sign in to comment.