Skip to content

Commit 1b53bc1

Browse files
committed
Merge branch 'master' into dev
2 parents 1436b67 + 893f55c commit 1b53bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It is largely based on and inspired by the following resources [this post on st
2525
* Instance and static methods and properties access like as in C#
2626
* You can call Methods and/or Properties on your own classes (just pass a object as custom variables)
2727
* [C# primary types](https://github.com/codingseb/ExpressionEvaluator/wiki/C%23-Types-Management#primary-types)
28-
* Use strings as in C# (@"", $"", $@"" available)
28+
* Use strings as in C# (`@""`, `$""`, `$@""` available)
2929
* Lambda expressions
3030
* Classes like File, Directory, Regex, List ... available ([You can extend the list of Namespaces](https://github.com/codingseb/ExpressionEvaluator/wiki/C%23-Types-Management#assemblies-namespaces-and-types))
3131
* Create instance with [new(MyClassName, constructorArgs)](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-Functions#standard-functions) or [new MyClassName(constructorArgs)](https://github.com/codingseb/ExpressionEvaluator/wiki/Operators-and-Keywords#standard-operators)

0 commit comments

Comments
 (0)