diff --git a/docs/learn/encyclopedia/contract-development/types/built-in-types.mdx b/docs/learn/encyclopedia/contract-development/types/built-in-types.mdx index e0ebee38d..ff3c54bf2 100644 --- a/docs/learn/encyclopedia/contract-development/types/built-in-types.mdx +++ b/docs/learn/encyclopedia/contract-development/types/built-in-types.mdx @@ -24,10 +24,9 @@ Built-in types are available to all contracts for use as contract function input :::tip -Custom types like structs, enums, and unions are also supported. See [Custom Types]. +Custom types like structs, enums, and unions are also supported. See [Custom Types]. -::: -[Custom Types]: custom-types.mdx +::: [Custom Types]: custom-types.mdx ## Primitive Types