Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djluck authored Feb 19, 2022
1 parent c3c2c5f commit eba7d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Superpower.ParseException: Syntax error (line 1, column 21): Unexpected left bra


### Type checking
Syntax is not only validated but expressions can also be typed checked via `CheckType`, e.g:
The syntax of expressions is not only validated but the resulting types of expressions can be validated and returned with `CheckType`, e.g:
```csharp
Parser.ParseExpression("1 + sum_over_time(some_metric[1h])").CheckType();
```
Expand Down

0 comments on commit eba7d4a

Please sign in to comment.