From 301c38c05eaae0c03437655e853b65a7b7990226 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 2 Apr 2024 07:36:47 +0200 Subject: [PATCH] Typo --- Doc/Sd1/LanguageFundamentals/languageFundamentals.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Sd1/LanguageFundamentals/languageFundamentals.xml b/Doc/Sd1/LanguageFundamentals/languageFundamentals.xml index ce301b527..1369c5967 100644 --- a/Doc/Sd1/LanguageFundamentals/languageFundamentals.xml +++ b/Doc/Sd1/LanguageFundamentals/languageFundamentals.xml @@ -3631,7 +3631,7 @@ System.out.println("Maximum short value:" + MAXIMUM);</programlisting> variable representing its maximum positive value as being intended.</para> - <para>On the contrary the four-byte two complement <code + <para>On contrary the four-byte two complement <code language="java">int</code> value <code language="java">0B00000000_00000000_10000000_00000000</code> equals <inlineequation> -- GitLab