File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export default class ConnectionHolder {
116
116
/**
117
117
* Return the current pooled connection instance to the connection pool.
118
118
* We don't pool Session instances, to avoid users using the Session after they've called close.
119
- * The `Session` object is just a thin wrapper around ChannelConnection anyway, so it makes little difference.
119
+ * The `Session` object is just a thin wrapper around Connection anyway, so it makes little difference.
120
120
* @return {Promise } - promise resolved then connection is returned to the pool.
121
121
* @private
122
122
*/
@@ -162,7 +162,7 @@ class EmptyConnectionHolder extends ConnectionHolder {
162
162
function ignoreError ( error ) { }
163
163
164
164
/**
165
- * ChannelConnection holder that does not manage any connections.
165
+ * Connection holder that does not manage any connections.
166
166
* @type {ConnectionHolder }
167
167
*/
168
168
export const EMPTY_CONNECTION_HOLDER = new EmptyConnectionHolder ( )
You can’t perform that action at this time.
0 commit comments