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 af5e454 commit 3347a20Copy full SHA for 3347a20
src/util.h
@@ -36,7 +36,7 @@ void laco_report_error(struct LacoState* laco, int status);
36
37
/**
38
* Checks if the test string matches any of the string in matches and
39
- * returns 1 if true, and 0 if false.
+ * returns true with a match, and false without any matches.
40
*/
41
bool laco_is_match(const char** matches, const char* test_string);
42
0 commit comments