From 2b0eb6dce0898d6f8200c26f8711e85aa051412b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Barroso?= Date: Mon, 1 Jul 2024 18:35:40 +0200 Subject: [PATCH] fix comment --- schema/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/errors.go b/schema/errors.go index 33a3deb..716b7bc 100644 --- a/schema/errors.go +++ b/schema/errors.go @@ -16,5 +16,5 @@ package schema import "errors" -// errInvalidProtoIsNil is returned when trying to convert a proto schema to a schema object and the proto is nil. +// errInvalidProtoIsNil is returned when trying to convert a schema object to a proto schema, and the proto is nil. var errInvalidProtoIsNil = errors.New("invalid proto: nil")