We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d27127 commit b67d96bCopy full SHA for b67d96b
c/include/arrow-adbc/adbc_driver_manager.h
@@ -86,7 +86,7 @@ AdbcStatusCode AdbcLoadDriver(const char* driver_name, const char* entrypoint,
86
/// library.
87
/// - For each path to be searched, it will first look for <path>/<driver_name>.toml. If
88
/// that file exists, it will attempt to parse the manifest and load the driver
89
-/// specified within it. Erroring if this fails.
+/// specified within it, erroring if this fails.
90
/// - If the manifest file does not exist, it will then look for
91
/// <path>/<driver_name>.<extension>
92
/// where <extension> is one of the following: `.so`, `.dll`, `.dylib`. If it can load
0 commit comments