Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how_to/001_basic_usage/nob.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down