From 5598bc48f95190cd428a3ca07e573a112030b349 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 25 Jan 2026 16:19:26 +0000 Subject: docs: fix comment style --- ls_args.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ls_args.h b/ls_args.h index 05079a6..21ea63a 100644 --- a/ls_args.h +++ b/ls_args.h @@ -25,7 +25,8 @@ * ==== 2. HOW TO USE ==== * * ls_args, like all LS libraries, is a header-only library in a single file. - * To use it in your codebase, simply copy and paste it into your source tree, in a place where includes are read from. + * To use it in your codebase, simply copy and paste it into your source tree, + * in a place where includes are read from. * * Then include and use it. * -- cgit