From 58326b0ac85dbadb6aa37685da68b4a13b832c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Meland?= Date: Thu, 31 Oct 2024 09:43:26 +0100 Subject: [PATCH] Fix internal linking Ref https://github.com/vespa-engine/documentation/pull/3445 --- en/reference/indexing-language-reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/indexing-language-reference.html b/en/reference/indexing-language-reference.html index 7672a114d7..dd5cdbe709 100644 --- a/en/reference/indexing-language-reference.html +++ b/en/reference/indexing-language-reference.html @@ -127,7 +127,7 @@

Arithmetics

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 converter expression. +use the applicable converter expression. The supported arithmetic operators are: