diff options
author | Travis McDemus <travis@mcdem.us> | 2018-05-07 16:36:14 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-07 16:37:05 -0700 |
commit | a445b17933d38ee6f9cea9138c6197a07387b462 (patch) | |
tree | 91a8b32aa471e5759afa6fbe852fa9527ee5a568 /tools | |
parent | d5104a56e56ece50d3ec562edc31493516960c0c (diff) |
tools/go_generics: fix typo in documentation of the type flag
PiperOrigin-RevId: 195742471
Change-Id: I114657f9238675da23461817ca542bdcb81312c2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/go_generics/generics.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |