Skip to content

Commit a1dccde

Browse files
committed
Fix asciidoc errors
1 parent c493621 commit a1dccde

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Language/Functions/USB/Keyboard/keyboardBegin.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Nothing
3131
=== Returns
3232
Nothing
3333

34-
--
3534
// OVERVIEW SECTION ENDS
3635

3736

Language/Functions/USB/Keyboard/keyboardModifiers.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ The Leonardo's definitions for modifier keys are listed below:
2828

2929
|===
3030
|Key |Hexadecimal value |Decimal value
31-
3231
|KEY_LEFT_CTRL |0x80 |128
3332
|KEY_LEFT_SHIFT |0x81 |129
3433
|KEY_LEFT_ALT |0x82 |130
@@ -64,6 +63,6 @@ The Leonardo's definitions for modifier keys are listed below:
6463
|KEY_F10 |0xCB |203
6564
|KEY_F11 |0xCC |204
6665
|KEY_F12 |0xCD |205
67-
66+
|===
6867
--
6968
// OVERVIEW SECTION ENDS

Language/Variables/Data Types/String/Functions/reserve.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ void loop() {
7272
}
7373
7474
----
75+
--
7576
// HOW TO USE SECTION ENDS
7677

7778

@@ -85,5 +86,4 @@ void loop() {
8586
[role="example"]
8687
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
8788
--
88-
// SEE ALSO SECTION ENDS
8989
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)