Skip to content

Commit 92e92b5

Browse files
authored
Fix typo in the README.md (#835)
Signed-off-by: Tulgacan Güdü <[email protected]>
1 parent 5db3640 commit 92e92b5

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
@@ -68,7 +68,7 @@ env, err := cel.NewEnv(
6868
)
6969
```
7070

71-
That's it. The environment is ready to be use for parsing and type-checking.
71+
That's it. The environment is ready to be used for parsing and type-checking.
7272
CEL supports all the usual primitive types in addition to lists, maps, as well
7373
as first-class support for JSON and Protocol Buffers.
7474

0 commit comments

Comments
 (0)