Skip to content

Commit 5cd63d2

Browse files
committed
Fix typo
1 parent 39b3b7e commit 5cd63d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Now, on compile time, override `<` operator.
8484
program, err = expr.Compile(rule, expr.Env(&Request{}), expr.Operator("<", "Before"))
8585
```
8686

87-
That's it! Now users can write expressions in a more pleasant way. Other operators `>`, `===`, etc can be overridden if similar way.
87+
That's it! Now users can write expressions in a more pleasant way. Other operators `+`, `>`, `==`, etc can be overridden if similar way.
8888

8989
```coffeescript
9090
SameLocation() and Date < Ticket.Segments[0].Date

0 commit comments

Comments
 (0)