From 01f115bfd7d00c6b739157219b9a92ffc2971019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Thu, 4 May 2023 12:26:12 +0200 Subject: [PATCH] Fix Error Message display in new Values and Types chapter (#537) --- modules/ROOT/pages/values-and-types/casting-data.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/values-and-types/casting-data.adoc b/modules/ROOT/pages/values-and-types/casting-data.adoc index 0287ab7cd..3e6a6c91b 100644 --- a/modules/ROOT/pages/values-and-types/casting-data.adoc +++ b/modules/ROOT/pages/values-and-types/casting-data.adoc @@ -98,7 +98,7 @@ WITH date({ RETURN toFloat(d) ---- -. +.Error message [source, error] ---- Type mismatch: expected Float, Integer, Number or String but was Date (line 4, column 16 (offset: 66))