Skip to content

Commit 20cad23

Browse files
author
Stefania
authored
Merge pull request #150 from arduino/camelcase_fixes
Fixed remaining camelCase links issues
2 parents fd62ea0 + 54fba9d commit 20cad23

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Language/Functions/USB/Keyboard/keyboardEnd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Keyboard.end()
1515

1616
[float]
1717
=== Description
18-
Stops the keyboard emulation to a connected computer. To start keyboard emulation, use link:../keyboardBegin[Keyboard.begin()].
18+
Stops the keyboard emulation to a connected computer. To start keyboard emulation, use link:../keyboardbegin[Keyboard.begin()].
1919
[%hardbreaks]
2020

2121

Language/Structure/Bitwise Operators/bitwiseAnd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ PORTD = PORTD & B00000011; // clear out bits 2 - 7, leave pins 0 and 1 untouche
7575

7676

7777
[role="language"]
78-
* #LANGUAGE# link:../../boolean-operators/logicalAnd[&& Logical AND]
78+
* #LANGUAGE# link:../../boolean-operators/logicaland[&& Logical AND]
7979

8080
[role="example"]
8181
* #EXAMPLE# https://www.arduino.cc/playground/Code/BitMath[BitMath Tutorial^]
8282

8383
--
84-
// SEE ALSO SECTION ENDS
84+
// SEE ALSO SECTION ENDS

Language/Variables/Data Types/long.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ subCategories: [ "Data Types" ]
2020
=== Description
2121
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.
2222

23-
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.
23+
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.
2424
[%hardbreaks]
2525

2626
[float]
@@ -65,4 +65,4 @@ If doing math with integers, at least one of the numbers must be followed by an
6565
* #LANGUAGE# link:../../constants/integerconstants[Integer Constants]
6666

6767
--
68-
// SEE ALSO SECTION ENDS
68+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)