minor revision to the style guide

This commit is contained in:
2025-06-25 23:21:17 -04:00
parent ce75ea8a60
commit 32ea59b7db

View File

@ -98,7 +98,7 @@ documentation, where you usually search for them.
1. `TODO`: something to be done in the future 1. `TODO`: something to be done in the future
2. `NOTE`: keep note of something when using/running the code 2. `NOTE`: keep note of something when using/running the code
3. `IMPORTANT`: knowing this is crucial to using/running the code 3. `IMPORTANT`: knowing this is crucial to using/running the code
4. `REQUIRES`: guarantees for the code to run properly 4. `REQUIRES`: requirements for the code to run properly
5. `GUARANTEES`: guarantees that the code has this feature when ran 5. `GUARANTEES`: guarantees that the code has this feature when ran
## Output Messages ## Output Messages