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 d3aa697 commit 9d27127Copy full SHA for 9d27127
c/include/arrow-adbc/adbc_driver_manager.h
@@ -84,7 +84,7 @@ AdbcStatusCode AdbcLoadDriver(const char* driver_name, const char* entrypoint,
84
/// the ADBC_CONFIG_PATH environment variable, the user configuration directory, and/or
85
/// the system level directory of /etc/adbc for either a manifest file or a shared
86
/// library.
87
-/// - For each path to be search, it will first look for <path>/<driver_name>.toml. If
+/// - 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.
90
/// - If the manifest file does not exist, it will then look for
0 commit comments