Merge branch 'gregimba-grammar-fix'

This commit is contained in:
Mark McGranaghan 2020-04-10 18:00:26 -07:00
commit c49161f615

View File

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