Skip to content

Commit b67d96b

Browse files
zeroshadelidavidm
andauthored
Update c/include/arrow-adbc/adbc_driver_manager.h
Co-authored-by: David Li <li.davidm96@gmail.com>
1 parent 9d27127 commit b67d96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/include/arrow-adbc/adbc_driver_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ AdbcStatusCode AdbcLoadDriver(const char* driver_name, const char* entrypoint,
8686
/// library.
8787
/// - For each path to be searched, it will first look for <path>/<driver_name>.toml. If
8888
/// that file exists, it will attempt to parse the manifest and load the driver
89-
/// specified within it. Erroring if this fails.
89+
/// specified within it, erroring if this fails.
9090
/// - If the manifest file does not exist, it will then look for
9191
/// <path>/<driver_name>.<extension>
9292
/// where <extension> is one of the following: `.so`, `.dll`, `.dylib`. If it can load

0 commit comments

Comments
 (0)