Skip to content

Minor Typo #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Minor Typo #71

wants to merge 1 commit into from

Conversation

MrColour
Copy link

@MrColour MrColour commented Jun 9, 2025

nob.h/nob.h

Line 563 in 45fa6ef

// After your added this macro every time you run ./nob it will detect

Typo: "After [your] added this macro" -> "After [you] added this macro"

Recommended:

//   After you add this macro ./nob it will detect modifications to its
//   original source code and will try to rebuild itself before doing any actual 
//   work. So you only need to bootstrap the build system once.

https://github.com/tsoding/nob.h/blob/45fa6efcd3e105bb4e39fa4cb9b57c19690d00a2/nob.h#L563

Typo: "After [your] added this macro" -> "After [you] added this macro"

Recommended: 

```
//   After you add this macro ./nob it will detect modifications to its
//   original source code and will try to rebuild itself before doing any actual 
//   work. So you only need to bootstrap the build system once.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant