Skip to content

Commit 00e5313

Browse files
authored
Update README.md
Fix for a typo.
1 parent 0b7b89e commit 00e5313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ call to `set_attr_null_value` by a call to manopt_policy's `on_null` method
118118
A new binder function `mandatory_with_null_as_default` introduced. It allows
119119
binding a mandatory attribute that allows 'null' value in JSON. If 'null' is
120120
found during deserialization then a field of type `T` will receive `T{}` as a
121-
value (it means that `T` has to be DefaultConstructible`). For example:
121+
value (it means that `T` has to be DefaultConstructible). For example:
122122
123123
```cpp
124124
struct my_data

0 commit comments

Comments
 (0)