Skip to content

Commit 465ebf7

Browse files
authored
fixed typo (missing comma and space) (arduino#835)
1 parent efc1249 commit 465ebf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/serialEvent.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Nothing
6767

6868
`serialEvent()` and `serialEvent1()` don't work on the Arduino SAMD Boards
6969

70-
`serialEvent()`, `serialEvent1()``serialEvent2()`, and `serialEvent3()` don't work on the Arduino Due.
70+
`serialEvent()`, `serialEvent1()`, `serialEvent2()`, and `serialEvent3()` don't work on the Arduino Due.
7171
[%hardbreaks]
7272

7373
--

0 commit comments

Comments
 (0)