Skip to content

Commit

Permalink
fix(java/driver-manager): typo (#2336)
Browse files Browse the repository at this point in the history
Noticed a typo.
  • Loading branch information
mbrobbel authored Nov 26, 2024
1 parent 5b96cc6 commit 27f8015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.apache.arrow.memory.BufferAllocator;
import org.checkerframework.checker.nullness.qual.Nullable;

/** Instantiate connections to ABDC databases generically based on driver name. */
/** Instantiate connections to ADBC databases generically based on driver name. */
public final class AdbcDriverManager {
private static final AdbcDriverManager INSTANCE = new AdbcDriverManager();

Expand Down

0 comments on commit 27f8015

Please sign in to comment.