Skip to content

Commit efdcff7

Browse files
committed
Minor dDoc tweak
1 parent cff7a6e commit efdcff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WYBE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ as first argument and returning a `string`.
315315
## Procedure calls
316316

317317
`!println("Hello, World!")` is a call to the procedure `println` with the string
318-
`Hello, World` as its only argument.
318+
`"Hello, World"` as its only argument.
319319
In general, procedure calls have the form:
320320

321321
> *name*`(`*arg*, ... *arg*`)`,

0 commit comments

Comments
 (0)