From 13685ff6b885eaeab465a990cfe938860a3393aa Mon Sep 17 00:00:00 2001 From: Mukti Date: Fri, 26 Jul 2024 13:34:03 +0700 Subject: [PATCH] docs: update README.md (#35) --- 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,