Skip to content

Commit

Permalink
Fix internal linking
Browse files Browse the repository at this point in the history
Ref #3445
  • Loading branch information
bjormel authored Oct 31, 2024
1 parent 129f658 commit 58326b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/indexing-language-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h3 id="arithmetics">Arithmetics</h3>
Indexing statements can contain any combination of arithmetic operations,
as long as the operands are numeric values. In case you need to convert
from string to numeric, or convert from one numeric type to another,
use the applicable <a href="#converter">converter</a> expression.
use the applicable <a href="#converters">converter</a> expression.
The supported arithmetic operators are:
</p>
<table class="table">
Expand Down

0 comments on commit 58326b0

Please sign in to comment.