From cbdcdefa6c15f4a7b93718d036ce5e03952d4cf0 Mon Sep 17 00:00:00 2001 From: Bri <92327786+briwylde08@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:04:23 -0700 Subject: [PATCH] formatting --- .../contract-development/types/built-in-types.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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