Skip to content

Commit

Permalink
Merge pull request #3 from Miaplaza/SuzGupta-tinyedits
Browse files Browse the repository at this point in the history
Tiny edits
  • Loading branch information
saraedum authored Apr 27, 2017
2 parents 921279a + ab54a8b commit b06c90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ right hand of such an expression can be processed at runtime. This project provi

## NuGet

`ExpressionUtils` is distributed via NuGet, to make it easier to embed into your project. The package name is '[MiaPlaza.ExpressionUtils](https://www.nuget.org/packages/MiaPlaza.ExpressionUtils)'.
`ExpressionUtils` is distributed via NuGet to make it easier to embed into your project. The package name is '[MiaPlaza.ExpressionUtils](https://www.nuget.org/packages/MiaPlaza.ExpressionUtils)'.

## Examples

Expand Down Expand Up @@ -48,7 +48,7 @@ Console.Write(isEvenDelegate(5)); // false

### Partial Evaluation

This collapses all subtrees to constants which are independent from the expressions parameters. Will also remove
This collapses all subtrees to constants that are independent from the expression's parameters. This also removes
closures and references.

```csharp
Expand Down

0 comments on commit b06c90a

Please sign in to comment.