diff options
Diffstat (limited to '')
-rw-r--r-- | include/locusts.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |