From 449050909367a689ca06054d2cf22adf0906837f Mon Sep 17 00:00:00 2001 From: Animesh Srivastava Date: Mon, 5 Aug 2019 18:38:05 +0530 Subject: [PATCH] Update bitSet.adoc Fixed typo related to the correct position of the content. Ref: https://github.com/arduino/reference-hi/pull/56 (Made changes to the Hindi Version too). --- Language/Functions/Bits and Bytes/bitSet.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Bits and Bytes/bitSet.adoc b/Language/Functions/Bits and Bytes/bitSet.adoc index 522de02e8..d5c49a018 100644 --- a/Language/Functions/Bits and Bytes/bitSet.adoc +++ b/Language/Functions/Bits and Bytes/bitSet.adoc @@ -12,12 +12,12 @@ subCategories: [ "Bits and Bytes" ] // OVERVIEW SECTION STARTS -Sets (writes a 1 to) a bit of a numeric variable. [#overview] -- [float] === Description +Sets (writes a 1 to) a bit of a numeric variable. [%hardbreaks]