From a445b17933d38ee6f9cea9138c6197a07387b462 Mon Sep 17 00:00:00 2001 From: Travis McDemus Date: Mon, 7 May 2018 16:36:14 -0700 Subject: tools/go_generics: fix typo in documentation of the type flag PiperOrigin-RevId: 195742471 Change-Id: I114657f9238675da23461817ca542bdcb81312c2 --- tools/go_generics/generics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/go_generics/generics.go b/tools/go_generics/generics.go index 033923442..cc61a7537 100644 --- a/tools/go_generics/generics.go +++ b/tools/go_generics/generics.go @@ -23,7 +23,7 @@ // // would be renamed to: // -// fun f(arg *B) +// func f(arg *B) // // 2. Global type definitions and their method sets will be removed when they're // being renamed with -t. For example, if -t=A=B is passed in, the following -- cgit v1.2.3