From de2770a72999c0c0576c5030c102625a08fe363b Mon Sep 17 00:00:00 2001 From: pfeatherstone Date: Sat, 19 Oct 2024 16:15:24 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 638dc06..5e616f4 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ deserialize(in, b); #### Custom object -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. ``` namespace mynamespace