Skip to content

Commit 754e7ea

Browse files
dfa1claude
andcommitted
docs: fix stale put(String) builder signature in reference
The Chunk builder row still read put(String column, Object data) but the method has taken ColumnName since #200. A survey of backticked method-signature claims (prompted by the #202 review) surfaced it; #202 fixed the fenced .put snippets but missed this reference table row. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 78a7e89 commit 754e7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ at the call site.
108108

109109
| Method | Notes |
110110
|---------------------------------|--------------------------------------------------------------------|
111-
| `put(String column, Object data)` | Adds one column; returns `this` for chaining |
111+
| `put(ColumnName column, Object data)` | Adds one column; returns `this` for chaining |
112112

113113
Accepted array types per column `DType`:
114114

0 commit comments

Comments
 (0)