1
0
mirror of https://github.com/golang/go synced 2024-11-26 01:17:57 -07:00

test: fix spelling of caught be the compiler to caught by the compiler

Change-Id: Id21cdce35963dcdb96cc06252170590224c5aa17
GitHub-Last-Rev: 429dad0ceb
GitHub-Pull-Request: golang/go#28000
Reviewed-on: https://go-review.googlesource.com/c/139424
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
uropek 2018-10-03 23:52:49 +00:00 committed by Ian Lance Taylor
parent 0e4c013b67
commit f1973f3164
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Verify that various erroneous type switches are caught be the compiler.
// Verify that various erroneous type switches are caught by the compiler.
// Does not compile.
package main

View File

@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Verify that erroneous type switches are caught be the compiler.
// Verify that erroneous type switches are caught by the compiler.
// Issue 2700, among other things.
// Does not compile.