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
commit a96eee7b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
limitations under the License. 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 package proto
import ( import (

View File

@ -14,7 +14,7 @@
limitations under the License. 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 package types
import ( import (