diff --git a/doc/go_spec.html b/doc/go_spec.html index 7a2b3a80f0..561d44271a 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4909,7 +4909,7 @@ if x := f(); x < y {
"Switch" statements provide multi-way execution. -An expression or type specifier is compared to the "cases" +An expression or type is compared to the "cases" inside the "switch" to determine which branch to execute.