pkg/protobuf: fix typo in godoc

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-10-26 14:18:39 +02:00
parent cf86af6fcd
commit fddeb6f3cb
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
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 (