From 3df19701fa20b9fa417958834858c3765c5edb36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tulgacan=20G=C3=BCd=C3=BC?= Date: Mon, 4 Sep 2023 16:29:04 +0300 Subject: [PATCH] Fix typo in the README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tulgacan Güdü --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index febc4d6d..54ddb5a4 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ env, err := cel.NewEnv( ) ``` -That's it. The environment is ready to be use for parsing and type-checking. +That's it. The environment is ready to be used for parsing and type-checking. CEL supports all the usual primitive types in addition to lists, maps, as well as first-class support for JSON and Protocol Buffers.