Skip to content

Commit 739208d

Browse files
authored
Update options.md
1 parent 6f68f94 commit 739208d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs2/pages/documentations/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ context.BindingFlags = BindingFlags.IgnoreCase | context.BindingFlags
1818
## CacheKeyPrefix
1919
Gets or sets the cache key prefix to use to cache compiled delegate in the memory.
2020

21-
> We recommend always to use a different cache key prefix if you modify the options.
21+
> We always recommend to use a different cache key prefix if you modify the options.
2222

2323
### Example
2424
```csharp
@@ -74,7 +74,7 @@ var newExlusiveOrValue = = context.Eval("2^|3"); // return 1;
7474
```
7575

7676
## Clone
77-
Create a new 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)