wrong word

This commit is contained in:
Mark McGranaghan 2013-05-11 14:37:58 -07:00
parent e38738a670
commit 0685950428

View File

@ -19,7 +19,7 @@ func main() {
fmt.Println("8 is divisible by 4") fmt.Println("8 is divisible by 4")
} }
// A statement can proceed conditionals; any variables // A statement can precede conditionals; any variables
// declared in this statement are available in all // declared in this statement are available in all
// branches. // branches.
if num := 9; num < 0 { if num := 9; num < 0 {