Skip to content

Commit bb10bb7

Browse files
committed
Don't use camelcase in link to availableForWrite page
It appears from looking at the rest of the page that links must be all lower case.
1 parent 5165bd0 commit bb10bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/serial.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The *Arduino Leonardo* board uses `Serial1` to communicate via TTL (5V) serial o
4040
=== Functions
4141
link:../serial/ifserial[If] (Serial) +
4242
link:../serial/available[available()] +
43-
link:../serial/availableForWrite[availableForWrite()] +
43+
link:../serial/availableforwrite[availableForWrite()] +
4444
link:../serial/begin[begin()] +
4545
link:../serial/end[end()] +
4646
link:../serial/find[find()] +

0 commit comments

Comments
 (0)