src/reflect: fix stripPrefix comment
Этот коммит содержится в:
родитель
ae1e7731a4
коммит
484bb8f13d
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -364,7 +364,7 @@ func (t rawType) elem() rawType {
|
|||
}
|
||||
}
|
||||
|
||||
// stripPrefix removes the "prefix" (the first 5 bytes of the type code) from
|
||||
// stripPrefix removes the "prefix" (the low 5 bits of the type code) from
|
||||
// the type code. If this is a named type, it will resolve the underlying type
|
||||
// (which is the data for this named type). If it is not, the lower bits are
|
||||
// simply shifted off.
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче