Skip to content

Commit 634c517

Browse files
Fix alignment
1 parent 8505506 commit 634c517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-row/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ mod variable;
432432
/// "abc" ┌──┬────────────────────────────────┐
433433
/// │01│02│'a'│'b'│'c'│00│00│00│00│00│03│
434434
/// └──┴────────────────────────────────┘
435-
/// │ └──── string encoding (non-null)
435+
/// │ └─ string encoding (non-null)
436436
/// └──── type_id
437437
///
438438
/// null Int32 ┌──┬──────────────┐

0 commit comments

Comments
 (0)