Skip to content

Commit

Permalink
Updated text of code examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-dunwiddie authored Sep 1, 2019
1 parent 8904a93 commit 70d61db
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 @@ -35,7 +35,7 @@ Console.WriteLine("Result: " + evaluator.Eval());

[.Net Fiddle](https://dotnetfiddle.net/19moI3)

### Variable Updates with No Return
### Variable Updates With No Return

```csharp
var evaluator = new Evaluator("x++");
Expand All @@ -46,7 +46,7 @@ Console.WriteLine("Result: " + evaluator["x"]);

[.Net Fiddle](https://dotnetfiddle.net/K30Ht3)

### Expressions with external code
### Expressions With External Code

```csharp
// you can reference external code from inside an expression
Expand Down

0 comments on commit 70d61db

Please sign in to comment.