Skip to content

Commit

Permalink
docs: Fix API docs typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Sep 13, 2024
1 parent 398b1be commit d7291a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ union(
UnionMode.Dense,
[float64(), utf8()],
[0, 1],
v => typeof v === 'string' : 1 : 0
v => typeof v === 'string' ? 1 : 0
)
```

Expand Down

0 comments on commit d7291a8

Please sign in to comment.