Skip to content

Commit

Permalink
docs: update README.md (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Jul 26, 2024
1 parent f2a3343 commit 13685ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 13685ff

Please sign in to comment.