Skip to content

Commit e8a8957

Browse files
Update options.md
1 parent 2108af4 commit e8a8957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/documentations/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var newExlusiveOrValue = = context.Eval("2^|3"); // return 1;
7474
```
7575

7676
## Clone
77-
Create a new a shallow copy of the current EvalContext
77+
Create a new shallow copy of the current EvalContext
7878

7979
> Cloning the EvalContext can be useful to copy all options including all types already registered to use it to change only what's required for the expression to evaluate.
8080

0 commit comments

Comments
 (0)