Skip to content

Commit 31a000a

Browse files
committed
try to correct link
1 parent d94c20a commit 31a000a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The following functions are internally defined. (Most of these are [System.Math
372372
|**[Truncate](https://msdn.microsoft.com/en-us/library/c2eabd70(v=vs.110).aspx)**(double d)|Return a double value that is the integer part of the specified d value|`Truncate(2.45d)`|`2d`|
373373
374374

375-
*Remark : The old if function ([NCalc style](https://github.com/pitermarx/NCalc-Edge/wiki/Functions)) has been removed. This to avoid conflicts with the new if, else if, else keywords in script mode. To do something similar on a expression level use the conditional operator [( ? : )](#Operators) instead.*
375+
*Remark : The old if function ([NCalc style](https://github.com/pitermarx/NCalc-Edge/wiki/Functions)) has been removed. This to avoid conflicts with the new if, else if, else keywords in script mode. To do something similar on a expression level use the conditional operator [( ? : )](#operators) instead.*
376376
377377
## On the fly variables and functions evaluation
378378
In addition to custom variables, you can add variables and/or functions with on the fly evaluation.

0 commit comments

Comments
 (0)