Skip to content

Commit b9ca407

Browse files
author
Stefania
authored
Merge pull request #204 from per1234/ifSerial-typos
Fix typos in if(Serial) page
2 parents dcf1172 + 71ce074 commit b9ca407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Serial/ifSerial.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ title: if(Serial)
1717
=== Description
1818
Indicates if the specified Serial port is ready.
1919

20-
On the Leonardo, `if (Serial)` indicates whether or not the USB CDC serial connection is open. For all other instances, including `if (Serial1)` on the Leonardo, this will always returns true.
20+
On the Leonardo, `if (Serial)` indicates whether or not the USB CDC serial connection is open. For all other instances, including `if (Serial1)` on the Leonardo, this will always return true.
2121

22-
This was introduced in Arduino 1.0.1.
22+
This was introduced in Arduino IDE 1.0.1.
2323
[%hardbreaks]
2424

2525

0 commit comments

Comments
 (0)