diff --git a/docs/extensions/arrow.md b/docs/extensions/arrow.md index eb5bbdc14e3..39c99a2f2db 100644 --- a/docs/extensions/arrow.md +++ b/docs/extensions/arrow.md @@ -22,5 +22,5 @@ LOAD arrow; | Function | Type | Description | |--|----|-------| -| `to_arrow_ipc` | Table in-out-function | Serializes a table into a stream of blobs containing Arrow IPC buffers | +| `to_arrow_ipc` | Table in-out function | Serializes a table into a stream of blobs containing Arrow IPC buffers | | `scan_arrow_ipc` | Table function | Scan a list of pointers pointing to Arrow IPC buffers |