Skip to content

Commit 6f68f94

Browse files
authored
Update options.md
1 parent 953aeda commit 6f68f94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs2/pages/documentations/options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ context.CacheKey = Guid.NewGuid().ToString();
3030
## IncludeMemberFromAllParameters
3131
Gets or sets if all members should be included from all parameters.
3232

33-
By default, member are only included when one parameter is specified.
33+
By default, members are only included when one parameter is specified.
3434

35-
> This configuration can be very useful to disable if you execute multiple expression only once, and you believe they will never be re-used.
35+
> This configuration can be very useful to disable if you execute multiple expressions only once, and you believe they will never be reused.
3636
3737
### Example
3838
```csharp
@@ -46,7 +46,7 @@ Eval.Execute<bool>("catPropertyName == dogPropertyName", cat, dog);
4646
## UseCache
4747
Gets or sets if compiled delegate shoud be cached in the memory or not.
4848

49-
> This configuration can be very useful to disable if you execute multiple expression only once, and you believe they will never be re-used.
49+
> This configuration can be very useful to disable if you execute multiple expressions only once, and you believe they will never be reused.
5050
5151
### Example
5252
```csharp

0 commit comments

Comments
 (0)