Formatting

This commit is contained in:
Chris Boesch 2025-08-24 17:55:03 +02:00
parent fd9e9aa36e
commit ad361c4b18
No known key found for this signature in database
GPG Key ID: 52F277A65F687F38

View File

@ -51,6 +51,7 @@ downloads page.
If you run into an error in Ziglings caused by breaking changes
in the latest development build of Zig, that's a new bug in
Ziglings. Please file an issue...or make a pull request!
For the latter, also read "The Secrets” section.
@ -95,10 +96,10 @@ Every Ziglings exercise contains mistakes on purpose.
To keep our automated tests happy, each exercise also
has a patch in `patches/healed` that “heals” it.
When you change an exercise, youll usually need to update
When you change an exercise, you will usually need to update
its patch too. Thats where our little helper Gollum comes in:
1. In the project root, create a folder called answers/
1. In the project root, create a folder called `answers/`
2. Put your solved version of the exercise file in there
3. Back in the root, run:
`./patches/gollum <exercise-number>`
@ -109,7 +110,7 @@ its patch too. Thats where our little helper Gollum comes in:
Double-check everything by asking the magical Eowyn:
`./patches/eowyn`
If all tests pass: 🎉 Youre done!
If all tests pass: You are done!
Dont forget to commit the patch file.