We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef00902 commit de2770aCopy full SHA for de2770a
README.md
@@ -65,7 +65,7 @@ deserialize(in, b);
65
66
#### Custom object
67
68
-Option 1 : defined `serialize()` and `deserialize()` functions in the same namespace as your custom struct. This will get picked up by ADL.
+Option 1 : define `serialize()` and `deserialize()` functions in the same namespace as your custom struct. This will get picked up by ADL.
69
70
```
71
namespace mynamespace
0 commit comments