docs: indicates readability comment fix (#3659)

This commit is contained in:
Ryan Russell
2022-09-14 08:31:07 -05:00
committed by GitHub
parent 2c92a9ff74
commit c9f573eed8
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ type ManagedHandle interface {
// owns the resource.
ReleaseUnderlyingHandle() interface{}
// This indictes a user is done with the handle and releases the handle
// This indicates a user is done with the handle and releases the handle
// back to the resource pool.
Release() error