From e537ac57b7ddcfc93f15e3897ded680e6538bc08 Mon Sep 17 00:00:00 2001 From: xwellauss <79499324+xwellauss@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:20:11 +0530 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);