Skip to content

Commit c6350d9

Browse files
committed
Update documentation for laco_split_by
1 parent e1ccf7d commit c6350d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ void laco_report_error(struct LacoState* laco, int status);
3939
int laco_is_match(const char** matches, const char* test_string);
4040

4141
/**
42-
* Takes a line, seperated by spaces, and changes it into an array of the
43-
* words that make up the line. The last value of this array will be NULL.
42+
* Break the provided string into an array of strings that are between the
43+
* split_with value. The last value of this array will be NULL.
4444
*/
4545
char** laco_split_by(const char* split_with, char* string);
4646

0 commit comments

Comments
 (0)