You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/expressions/customization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,7 @@ The `parse` function exposes the following test functions:
366
366
-`math.parse.isDigit(c)`
367
367
368
368
The exact signature and implementation of these functions can be looked up in
369
-
the [source code of the parser](https://github.com/josdejong/mathjs/blob/master/lib/expression/parse.js). The allowed alpha characters are described here: [Constants and variables](syntax.md#constants-and-variables).
369
+
the [source code of the parser](https://github.com/josdejong/mathjs/blob/master/src/expression/parse.js). The allowed alpha characters are described here: [Constants and variables](syntax.md#constants-and-variables).
370
370
371
371
For example, the phone character <code>☎</code> is not supported by default. It can be enabled
0 commit comments