From f622e6527b1c548c7c15f8466a9f8f0301f8056f Mon Sep 17 00:00:00 2001 From: Swastik Gour <48011880+swastik959@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:17:36 +0530 Subject: [PATCH] corrected comment (#284) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: swastik959 Co-authored-by: Charles-Edouard Brétéché --- website/docs/go-library/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/go-library/index.md b/website/docs/go-library/index.md index cc2c8d82..ab611ae7 100644 --- a/website/docs/go-library/index.md +++ b/website/docs/go-library/index.md @@ -69,7 +69,7 @@ func main() { Policies: policies, } - // create a J + // create a new json engine engine := jsonengine.New() responses := engine.Run(context.Background(), request)