Skip to content

Commit 24ff085

Browse files
author
Stefania
authored
Merge pull request #211 from per1234/readStringUntil-syntax
Use correct function name in readStringUntil() syntax section
2 parents 63e0ac4 + 017f319 commit 24ff085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/readStringUntil.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This function is part of the Stream class, and is called by any class that inher
2424

2525
[float]
2626
=== Syntax
27-
`Serial.readString(terminator)`
27+
`Serial.readStringUntil(terminator)`
2828

2929

3030
[float]

0 commit comments

Comments
 (0)