wrong word
This commit is contained in:
parent
e38738a670
commit
0685950428
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user