From 799d74e9b234f9e0364917fe0c0190869c72a59a Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 22 Sep 2023 12:22:11 +0200 Subject: [PATCH] Fixed typo where it said semantic datatype boolean is of primitive data type string --- guides/release-notes/v3.0.12.adoc | 2 ++ guides/shared/datatypes/boolean.adoc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/release-notes/v3.0.12.adoc b/guides/release-notes/v3.0.12.adoc index a6adb05e..de214242 100644 --- a/guides/release-notes/v3.0.12.adoc +++ b/guides/release-notes/v3.0.12.adoc @@ -4,6 +4,8 @@ Release date:: 2023-11-01 == BIS documentation +* Fixed an error in the documentation of semantic datatypes. It previously stated that a Boolean is based on the primitive datatype String, this has been corrected to Boolean. This fix is purely editoriol. + == Changes to syntax * Order transaction (T01) diff --git a/guides/shared/datatypes/boolean.adoc b/guides/shared/datatypes/boolean.adoc index 1d0a2e53..5aee81e4 100644 --- a/guides/shared/datatypes/boolean.adoc +++ b/guides/shared/datatypes/boolean.adoc @@ -14,6 +14,6 @@ Boolean indicators are used to specify the two allowed values, _true_ or _false_ |Content |Mandatory -|String +|Boolean |true |===