mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
tools/go_generics: fix typo in documentation of the type flag
PiperOrigin-RevId: 195742471 Change-Id: I114657f9238675da23461817ca542bdcb81312c2
This commit is contained in:
committed by
Shentubot
parent
d5104a56e5
commit
a445b17933
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user