From 54fba9d7fa57714d57f125772da5ac10dc980c3d Mon Sep 17 00:00:00 2001 From: Luca Osti Date: Tue, 31 Oct 2017 16:31:45 +0100 Subject: [PATCH] Fixed remaining camelCase issues --- Language/Functions/USB/Keyboard/keyboardEnd.adoc | 2 +- Language/Structure/Bitwise Operators/bitwiseAnd.adoc | 4 ++-- Language/Variables/Data Types/long.adoc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Language/Functions/USB/Keyboard/keyboardEnd.adoc b/Language/Functions/USB/Keyboard/keyboardEnd.adoc index 20e0dc648..184f9bb10 100644 --- a/Language/Functions/USB/Keyboard/keyboardEnd.adoc +++ b/Language/Functions/USB/Keyboard/keyboardEnd.adoc @@ -15,7 +15,7 @@ title: Keyboard.end() [float] === Description -Stops the keyboard emulation to a connected computer. To start keyboard emulation, use link:../keyboardBegin[Keyboard.begin()]. +Stops the keyboard emulation to a connected computer. To start keyboard emulation, use link:../keyboardbegin[Keyboard.begin()]. [%hardbreaks] diff --git a/Language/Structure/Bitwise Operators/bitwiseAnd.adoc b/Language/Structure/Bitwise Operators/bitwiseAnd.adoc index 288295641..c647b67ea 100644 --- a/Language/Structure/Bitwise Operators/bitwiseAnd.adoc +++ b/Language/Structure/Bitwise Operators/bitwiseAnd.adoc @@ -75,10 +75,10 @@ PORTD = PORTD & B00000011; // clear out bits 2 - 7, leave pins 0 and 1 untouche [role="language"] -* #LANGUAGE# link:../../boolean-operators/logicalAnd[&& Logical AND] +* #LANGUAGE# link:../../boolean-operators/logicaland[&& Logical AND] [role="example"] * #EXAMPLE# https://www.arduino.cc/playground/Code/BitMath[BitMath Tutorial^] -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS diff --git a/Language/Variables/Data Types/long.adoc b/Language/Variables/Data Types/long.adoc index f6a461d65..81f735179 100644 --- a/Language/Variables/Data Types/long.adoc +++ b/Language/Variables/Data Types/long.adoc @@ -20,7 +20,7 @@ subCategories: [ "Data Types" ] === Description Long variables are extended size variables for number storage, and store 32 bits (4 bytes), from -2,147,483,648 to 2,147,483,647. -If doing math with integers, at least one of the numbers must be followed by an L, forcing it to be a long. See the link:../../constants/integerConstants[Integer Constants] page for details. +If doing math with integers, at least one of the numbers must be followed by an L, forcing it to be a long. See the link:../../constants/integerconstants[Integer Constants] page for details. [%hardbreaks] [float] @@ -65,4 +65,4 @@ If doing math with integers, at least one of the numbers must be followed by an * #LANGUAGE# link:../../constants/integerconstants[Integer Constants] -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS