Skip to content

Commit c77907e

Browse files
authored
Fix typo in docs (#1106)
1 parent 6f47cde commit c77907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/extending_dd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ format(dims, array)
8989
This lets DimensionalData detect the lookup properties, fill in missing fields
9090
of a `Lookup`, pass keywords from `Dimension` to detected `Lookup`
9191
constructors, and accept a wider range of dimension inputs like tuples of `Symbol`
92-
and `Type`. The way you indicate that something needs to be filled is by using the `Auto` types, like `AutoOrder`](@ref) or `AutoSampling`.
92+
and `Type`. The way you indicate that something needs to be filled is by using the `Auto` types, like [`AutoOrder`](@ref) or `AutoSampling`.
9393

9494
Not calling `format` in the outer constructors of an `AbstractDimArray`
9595
has undefined behaviour.

0 commit comments

Comments
 (0)