We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39028aa commit 93a66f4Copy full SHA for 93a66f4
nob.h
@@ -403,7 +403,7 @@ bool nob_procs_wait_and_reset(Nob_Procs *procs);
403
// Append a new process to procs array and if procs.count reaches max_procs_count call nob_procs_wait_and_reset() on it
404
bool nob_procs_append_with_flush(Nob_Procs *procs, Nob_Proc proc, size_t max_procs_count);
405
406
-// A command - the main workhorse of Nob. Nob is all about building commands an running them
+// A command - the main workhorse of Nob. Nob is all about building commands and running them
407
typedef struct {
408
const char **items;
409
size_t count;
0 commit comments