From 459eef81f6b759f6f91ffa72f38fc408becbe341 Mon Sep 17 00:00:00 2001 From: Devan Patel Date: Fri, 15 May 2015 15:07:09 -0400 Subject: [PATCH] Update index.md --- docs/expressions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/expressions/index.md b/docs/expressions/index.md index c20246623..61674fd3c 100644 --- a/docs/expressions/index.md +++ b/docs/expressions/index.md @@ -5,7 +5,7 @@ The parser supports all data types, functions and constants available in math.js Whilst the math.js library is aimed at JavaScript developers, the expression parser is aimed at end users: mathematicians, engineers, students, pupils. -The syntax of the expression parser differs from JavaScript and the low level +The syntax of the expression parser differs from JavaScript and the low-level math.js library. This section is divided in the following pages: