From 38c5e18b94c1f2f506b89cfa582b4aba80fe48d7 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 5 Aug 2024 14:32:56 -0500 Subject: Add python and a bunch of documentation Signed-off-by: Matt Strapp --- include/locusts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/locusts.h b/include/locusts.h index 316bfdb..1f2fdf5 100644 --- a/include/locusts.h +++ b/include/locusts.h @@ -9,8 +9,8 @@ extern "C" { /** * @brief Add locusts to your codebase. * - * NOTE: Locusts are not included in this library. - * You will have to provide your own. + * Note that locusts are not included with this package, + * you must provide your own. */ void introduce_locusts(void); -- cgit v1.2.3