Skip to content

Commit 862798c

Browse files
mtopolnikclaude
andcommitted
Fix "an QWP" grammar in Javadoc comment
Replace "an QWP" with "a QWP" in QwpColumnDef Javadoc. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a38487c commit 862798c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/io/questdb/client/cutlass/qwp/protocol/QwpColumnDef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import static io.questdb.client.cutlass.qwp.protocol.QwpConstants.TYPE_CHAR;
2929

3030
/**
31-
* Represents a column definition in an QWP v1 schema.
31+
* Represents a column definition in a QWP v1 schema.
3232
* <p>
3333
* This class is immutable and safe for caching.
3434
*/

0 commit comments

Comments
 (0)