From 17458b935f1e7717138be31a20a0568fcb513c01 Mon Sep 17 00:00:00 2001 From: Sam Young Date: Thu, 1 Aug 2024 09:01:36 -0700 Subject: [PATCH] Small error in README.md Fixing a minor type. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06394502..1ec38df3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ verify the build and binary from the command line. - Protobuf type support - Local flags with `@flag` directive - DataView for copy free data passing - - DateRef for copy free data passing with ownership + - DataRef for copy free data passing with ownership - Generating string names for C++ enums - Bug fixes