Skip to content

Commit

Permalink
fix: Fix docs link typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Feb 27, 2025
1 parent 29ee345 commit ea87d93
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 @@ -50,7 +50,7 @@ Each of the methods below returns a `DataType` instance as a standard JavaScript
* [binary](#binary)
* [utf8](#utf8)
* [bool](#bool)
* [decimal](#decimal), [decimal32](#decimal32), [decimal64](#decimal63), [decimal128](#decimal128), [decimal256](#decimal256)
* [decimal](#decimal), [decimal32](#decimal32), [decimal64](#decimal64), [decimal128](#decimal128), [decimal256](#decimal256)
* [date](#date), [dateDay](#dateDay), [dateMillisecond](#dateMillisecond)
* [time](#time), [timeSecond](#timeSecond), [timeMillisecond](#timeMillisecond), [timeMicrosecond](#timeMicrosecond), [timeNanosecond](#timeNanosecond)
* [timestamp](#timestamp)
Expand Down

0 comments on commit ea87d93

Please sign in to comment.