We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ca03e commit fa4401bCopy full SHA for fa4401b
src/util.h
@@ -7,7 +7,7 @@ struct LacoState;
7
8
/**
9
* Load a line into the lua stack to evaluated later. This function will
10
- * return -1 if there is no line input to load.
+ * return false if there is no line input to load.
11
*/
12
bool laco_load_line(struct LacoState* laco);
13
0 commit comments