Skip to content

Commit

Permalink
fix snippet of 0.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Apr 18, 2024
1 parent ba44042 commit 17b496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct Value {
}

fn my_validator_fn(value: &Value) -> bool {
!foo.is_empty() && value.bar > 0
!value.foo.is_empty() && value.bar > 0
}

let mut db = MyDB::default();
Expand Down

0 comments on commit 17b496b

Please sign in to comment.