mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
docs: indicates
readability comment fix (#3659)
This commit is contained in:
parent
2c92a9ff74
commit
c9f573eed8
|
@ -31,7 +31,7 @@ type ManagedConn interface {
|
|||
// This returns the connection pool which owns this connection.
|
||||
Owner() ConnectionPool
|
||||
|
||||
// This indictes a user is done with the connection and releases the
|
||||
// This indicates a user is done with the connection and releases the
|
||||
// connection back to the connection pool.
|
||||
ReleaseConnection() error
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue