Skip to content

Commit 0326872

Browse files
committed
Update driver manager intro wording
1 parent fc45ae3 commit 0326872

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/source/go/driver_manager.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
Driver Manager
2020
==============
2121

22-
The driver manager is a package that provides bindings to the ADBC Go
23-
API. It delegates to dynamically-loaded drivers. This allows
24-
applications to use multiple drivers simultaneously, and decouple
25-
themselves from the specific driver.
22+
23+
24+
The driver manager is a package that implements the ADBC Go API by delegating to
25+
dynamically-loaded drivers. It allows using multiple drivers simultaneously,
26+
including drivers not written in Go.
2627

2728
TODO: Should we say anything special about the Golang driver manager impl here?
2829
Such as how it differs from others?

0 commit comments

Comments
 (0)