Skip to content

Commit 0f4b0a4

Browse files
authored
Merge pull request #582 from SeppPenner/patch-2
Fixed broken link and spelling in streamParseFloat.adoc.
2 parents b66fdc8 + 4824795 commit 0f4b0a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Stream/streamParseFloat.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ title: Stream.parseFloat()
1414

1515
[float]
1616
=== Description
17-
`parseFloat()` returns the first valid floating point number from the current position. Initial characters that are not digits (or the minus sign) are skipped. `parseFloat()` is terminated by the first character that is not a floating point number. The function terminates if it times out (see ../streamsettimeout[Stream.setTimeout()]).
17+
`parseFloat()` returns the first valid floating point number from the current position. Initial characters that are not digits (or the minus sign) are skipped. `parseFloat()` is terminated by the first character that is not a floating point number. The function terminates if it times out (see link:../streamsettimeout[Stream.setTimeout()]).
1818

19-
This function is part of the Stream class, and can be called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more informatio
19+
This function is part of the Stream class, and can be called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more information.
2020
[%hardbreaks]
2121

2222

0 commit comments

Comments
 (0)