From 04aea5b88ea5bcd49a3263d91290b89623625530 Mon Sep 17 00:00:00 2001 From: Hikmatulloh Hari Mukti Date: Fri, 26 Jul 2024 13:31:42 +0700 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4fd62..41744aa 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ import ( func BenchmarkExprLangExpr(b *testing.B) { for i := 0; i < b.N; i++ { - const code = `price - (price * discountPercentage)` + const code = `price - (price * discountPercentage)` env := map[string]interface{}{ "price": 10.0, "discountPercentage": 0.15,