Skip to content

Commit fc7bc25

Browse files
authored
Merge pull request "Remove LANGUAGE labels from description text" #492 from per1234
Remove Language labels from description text
2 parents 87a3a67 + 37dcf47 commit fc7bc25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Language/Functions/Communication/Stream/streamFindUntil.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: Stream.findUntil()
1818

1919
The function returns true if target string is found, false if timed out
2020

21-
This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the #LANGUAGE# link:../../stream[Stream class] main page for more information.
21+
This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more information.
2222
[%hardbreaks]
2323

2424

Language/Functions/Communication/Stream/streamSetTimeout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Stream.setTimeout()
1414

1515
[float]
1616
=== Description
17-
`setTimeout()` sets the maximum milliseconds to wait for stream data, it defaults to 1000 milliseconds. This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the #LANGUAGE# link:../../stream[Stream class] main page for more information.
17+
`setTimeout()` sets the maximum milliseconds to wait for stream data, it defaults to 1000 milliseconds. This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more information.
1818
[%hardbreaks]
1919

2020

0 commit comments

Comments
 (0)