From 13c815cb66fa8acb9312688a4eeeea9cf0eb1269 Mon Sep 17 00:00:00 2001 From: Lucy <11927498+lucypero@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:12:19 -0300 Subject: [PATCH] Fix typo in comment about nob_cc macros --- how_to/001_basic_usage/nob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how_to/001_basic_usage/nob.c b/how_to/001_basic_usage/nob.c index 30396967..25431a38 100644 --- a/how_to/001_basic_usage/nob.c +++ b/how_to/001_basic_usage/nob.c @@ -59,7 +59,7 @@ int main(int argc, char **argv) // into it. // nob.h ships with a bunch of nob_cc_* macros that try abstract away the specific compiler. - // They are verify basic and not particularly flexible, but you can redefine them if you need to + // They are very basic and not particularly flexible, but you can redefine them if you need to // or not use them at all and create your own abstraction on top of Nob_Cmd. nob_cc(&cmd); nob_cc_flags(&cmd);