tools/go_generics: fix typo in documentation of the type flag

PiperOrigin-RevId: 195742471
Change-Id: I114657f9238675da23461817ca542bdcb81312c2
This commit is contained in:
Travis McDemus
2018-05-07 16:37:05 -07:00
committed by Shentubot
parent d5104a56e5
commit a445b17933
+1 -1
View File
@@ -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