Skip to content

Commit 0e17a4e

Browse files
committed
Update display in "Create an Arrow Field with type StringType"
section
1 parent f193872 commit 0e17a4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

matlab/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,12 @@ ans =
405405
```matlab
406406
>> field = arrow.field("Letter", arrow.string())
407407
408-
field =
408+
field =
409409
410-
Letter: string
410+
Field with properties:
411+
412+
Name: "Letter"
413+
Type: [1×1 arrow.type.StringType]
411414
412415
>> field.Name
413416

0 commit comments

Comments
 (0)