Skip to content

Commit 817b234

Browse files
committed
Update bitWrite.adoc
1 parent fc36032 commit 817b234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Bits and Bytes/bitWrite.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Bits and Bytes" ]
1717

1818
[float]
1919
=== Description
20-
Writes to a bit of a variable, e.g. `bool`, `int`, `long`. Note that `float` & `double` are not supported. You can write to a bit of variables up to an `unsigned long` (32 bits / 8 bytes).
20+
Writes to a bit of a variable, e.g. `bool`, `int`, `long`. Note that `float` & `double` are not supported. You can write to a bit of variables up to an `unsigned long` (32 bits / 4 bytes).
2121
[%hardbreaks]
2222

2323

0 commit comments

Comments
 (0)