1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-05 01:56:03 +02:00

adds missing 'the' to intro text

`some of things` => `some of the things`. (I'm loving the exercises and wanted to contribute in any way possible)
This commit is contained in:
Diogo Neves 2023-02-16 00:39:56 +00:00 committed by GitHub
parent e88bc2ae87
commit 529bc5b387
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
//
// Let's see if we can make use of some of things we've learned so far.
// Let's see if we can make use of some of the things we've learned so far.
// We'll create two functions: one that contains a "for" loop and one
// that contains a "while" loop.
//