Skip to content

Commit 7ddbe22

Browse files
authored
Merge pull request #720 from Chybby/patch-1
Fix method in readStringUntil example.
2 parents 4405096 + 8a6879b commit 7ddbe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Stream/streamReadStringUntil.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This function is part of the Stream class, and can be called by any class that i
2222

2323
[float]
2424
=== Syntax
25-
`stream.readString(terminator)`
25+
`stream.readStringUntil(terminator)`
2626

2727

2828
[float]

0 commit comments

Comments
 (0)