From ca1d1f143f23987887c65d6a5b53b5d676b710ba Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Tue, 15 Mar 2022 17:03:32 +0100 Subject: [PATCH] Fix german phrasing of bit function description --- Language/Functions/Bits and Bytes/bit.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Bits and Bytes/bit.adoc b/Language/Functions/Bits and Bytes/bit.adoc index 88bc488..729dc3d 100644 --- a/Language/Functions/Bits and Bytes/bit.adoc +++ b/Language/Functions/Bits and Bytes/bit.adoc @@ -17,7 +17,7 @@ subCategories: [ "Bits and Bytes" ] [float] === Beschreibung -Berechnet den Wert des angegebenen Bits (Bit 0 ist 1, Bit 1 ist 2, Bit 2 ist 4, etc.). +Berechnet die Wertigkeit des angegebenen Bits (Bit 0 ist 1, Bit 1 ist 2, Bit 2 ist 4, etc.). [%hardbreaks]