Skip to content

Commit 6e1008d

Browse files
committed
Merge pull request rse#63 from seganku/gh-pages
minor typo
2 parents a13bd44 + b4799f6 commit 6e1008d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎features.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Marking a value as the default exported value and mass-mixin of values.
590590
5| |LibMathPP.exp| = function (x) { return Math.exp(x) };
591591
5|
592592
5| // someApp.js
593-
5| var |exp = LibMathPP.exp|, |pi = LibMathPP.pi|, |e = libMathPP.e|;
593+
5| var |exp = LibMathPP.exp|, |pi = LibMathPP.pi|, |e = LibMathPP.e|;
594594
5| console.log("e^{π} = " + exp(pi));
595595

596596

0 commit comments

Comments
 (0)