Skip to content

Commit 017f319

Browse files
committed
Use correct function name in readStringUntil() syntax section
Fixes regression of previously reported/fixed issue arduino/Arduino#3734
1 parent c6eda80 commit 017f319

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)