aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/language/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/language/index.md b/doc/manual/src/language/index.md
index 6c355d923..f22d66351 100644
--- a/doc/manual/src/language/index.md
+++ b/doc/manual/src/language/index.md
@@ -209,7 +209,7 @@ the rest.
`assert 1 + 1 == 2; "yes!"`
</td>
<td>
- Assertion check (evaluates to `"yes!"`). See [](#sec-assertions) for using assertions in modules
+ Assertion check (evaluates to `"yes!"`).
</td>
</tr>
<tr>