Skip to content

Commit 7d1ee32

Browse files
docs: update parse.js reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 7b8e86f commit 7d1ee32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/expressions/customization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ The `parse` function exposes the following test functions:
366366
- `math.parse.isDigit(c)`
367367

368368
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).
370370

371371
For example, the phone character <code>&#9742;</code> is not supported by default. It can be enabled
372372
by replacing the `isAlpha` function:

0 commit comments

Comments
 (0)