Skip to content

Commit 52b1031

Browse files
g7rPeterIvanov
andauthored
typo
Co-Authored-By: PeterIvanov <petr.ivanov.s@gmail.com>
1 parent 20f826e commit 52b1031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ var (
3434
TimeoutElapsed = CommonErrors.NewType("timeout", Timeout())
3535
// NotImplemented is an error type for lacking implementation
3636
NotImplemented = UnsupportedOperation.NewSubtype("not_implemented")
37-
// UnsupportedVersion is a type for unsupported type error
37+
// UnsupportedVersion is a type for unsupported version error
3838
UnsupportedVersion = UnsupportedOperation.NewSubtype("version")
3939
)

0 commit comments

Comments
 (0)