Skip to content

Commit de2770a

Browse files
author
pfeatherstone
committed
typo
1 parent ef00902 commit de2770a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ deserialize(in, b);
6565

6666
#### Custom object
6767

68-
Option 1 : defined `serialize()` and `deserialize()` functions in the same namespace as your custom struct. This will get picked up by ADL.
68+
Option 1 : define `serialize()` and `deserialize()` functions in the same namespace as your custom struct. This will get picked up by ADL.
6969

7070
```
7171
namespace mynamespace

0 commit comments

Comments
 (0)