Skip to content

Commit 3397e97

Browse files
committed
docs: clarify
1 parent 31a8e04 commit 3397e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414
import {GoogleAuth} from './auth/googleauth';
1515

16-
// Export common deps to ensure the instances are the exact match
17-
// if used for configuring the library.
16+
// Export common deps to ensure types/instances are the exact match. Useful
17+
// for consistently configuring the library across versions.
1818
export * as gcpMetadata from 'gcp-metadata';
1919
export * as gaxios from 'gaxios';
2020

0 commit comments

Comments
 (0)