Skip to content

Commit e98d23f

Browse files
akallabethlikle
authored andcommitted
fix invalid doxygen param
1 parent 8527639 commit e98d23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cwalk.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ CWK_PUBLIC size_t cwk_path_change_segment(struct cwk_segment *segment,
452452
* separator). The function will return true if it is a separator, or false
453453
* otherwise.
454454
*
455-
* @param symbol A pointer to a string.
455+
* @param str A pointer to a string.
456456
* @return Returns true if it is a separator, or false otherwise.
457457
*/
458458
CWK_PUBLIC bool cwk_path_is_separator(const char *str);

0 commit comments

Comments
 (0)