Skip to content

Commit 18e671b

Browse files
committed
Fix link to MOD operator
1 parent a7eaec0 commit 18e671b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/identifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
6969
* **[LN](ln.md)** **(function)**
7070
* **[LOAD](load.md)** **(statement)**
7171
* [LOOP](do.md) **(statement)**
72-
* [MOD](operators#arithmetic_operators.md) **(operator)**
72+
* [MOD](operators.md#Arithmetic Operators) **(operator)**
7373
* **[NEXT](for.md)** **(statement)**
7474
* **[NOT](operators.md#NOT)** **(operator)**
7575
* **[OR](operators.md#OR)** **(operator)**

0 commit comments

Comments
 (0)