Skip to content

Commit fa4401b

Browse files
committed
Update documentation for laco_load_line
1 parent 95ca03e commit fa4401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct LacoState;
77

88
/**
99
* Load a line into the lua stack to evaluated later. This function will
10-
* return -1 if there is no line input to load.
10+
* return false if there is no line input to load.
1111
*/
1212
bool laco_load_line(struct LacoState* laco);
1313

0 commit comments

Comments
 (0)