Skip to content

Commit 251e4d2

Browse files
committed
Add missing space in ASCII DOC line break
1 parent afdbba3 commit 251e4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/USB/Keyboard/keyboardPrintln.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Sends a keystroke to a connected computer, followed by a newline and carriage re
2323
[float]
2424
=== Syntax
2525
`Keyboard.println()` +
26-
`Keyboard.println(character)`+
26+
`Keyboard.println(character)` +
2727
`Keyboard.println(characters)`
2828

2929

0 commit comments

Comments
 (0)