From 9b14683fd11fb72e42c58d11cc683a1c437aa700 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 5 Dec 2023 13:13:30 +0100 Subject: [PATCH] (docs): update libraries.md --- docs/libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libraries.md b/docs/libraries.md index 1f5e41ae..2f06cbf2 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -1,8 +1,8 @@ Git query language now has different architecture as a set of crates, -the goal is to able to use part of it in your program and allow you to extend the features +the goal is to be able to use part of it in your program and allow you to extend the features ### Libraries - gitql-cli: Contains the command line interface components. - gitql-ast: Contains the abstract syntax tree nodes. - gitql-parser: Contains the parser code. -- gitql-engine: Contains the execution engine code. \ No newline at end of file +- gitql-engine: Contains the execution engine code.