Skip to content

Commit 93a66f4

Browse files
pohodrexim
authored andcommitted
Fixed a typo
1 parent 39028aa commit 93a66f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ bool nob_procs_wait_and_reset(Nob_Procs *procs);
403403
// Append a new process to procs array and if procs.count reaches max_procs_count call nob_procs_wait_and_reset() on it
404404
bool nob_procs_append_with_flush(Nob_Procs *procs, Nob_Proc proc, size_t max_procs_count);
405405

406-
// A command - the main workhorse of Nob. Nob is all about building commands an running them
406+
// A command - the main workhorse of Nob. Nob is all about building commands and running them
407407
typedef struct {
408408
const char **items;
409409
size_t count;

0 commit comments

Comments
 (0)