Update based on feedback

This commit is contained in:
Grant Regimbal
2020-02-13 19:19:20 -06:00
committed by GitHub
parent 6f312cbf64
commit dd99be41c0

View File

@@ -1,5 +1,5 @@
// `for` is Go's only looping construct. Here are
// four basic types of `for` loops.
// some basic types of `for` loops.
package main