Skip to content

Commit 3347a20

Browse files
committed
Update documentation for laco_is_match
1 parent af5e454 commit 3347a20

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
@@ -36,7 +36,7 @@ void laco_report_error(struct LacoState* laco, int status);
3636

3737
/**
3838
* Checks if the test string matches any of the string in matches and
39-
* returns 1 if true, and 0 if false.
39+
* returns true with a match, and false without any matches.
4040
*/
4141
bool laco_is_match(const char** matches, const char* test_string);
4242

0 commit comments

Comments
 (0)