Merge pull request #10899 from thaJeztah/fix_godoc_typo

pkg/protobuf: fix typo in godoc
This commit is contained in:
Akihiro Suda
2024-10-28 09:51:15 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
// Package proto provides convinient aliases that make google.golang.org/protobuf migration easier.
// Package proto provides convenient aliases that make google.golang.org/protobuf migration easier.
package proto
import (

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
// Package types provides convinient aliases that make google.golang.org/protobuf migration easier.
// Package types provides convenient aliases that make google.golang.org/protobuf migration easier.
package types
import (