From 9ab8bff7211eb80f903b38d53acc60ffff0c5363 Mon Sep 17 00:00:00 2001 From: AJ Webb Date: Mon, 20 May 2024 14:15:08 -1000 Subject: [PATCH] Update x/name/spec/01_concepts.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- x/name/spec/01_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/name/spec/01_concepts.md b/x/name/spec/01_concepts.md index e69e19b40..6c7d910b5 100644 --- a/x/name/spec/01_concepts.md +++ b/x/name/spec/01_concepts.md @@ -37,7 +37,7 @@ Unicode: U+002D, UTF-8: 2D 4. Each component of the name is restricted to a length of 2 to 32 characters (inclusive). These limits are configurable in the module [parameters](./05_params.md). 5. A maximum of 16 components for a name (levels in the heirarchy) is also enforced and configurable in the module parameters. -6. Leading and trailing spaces are always trimmed off of names for consistency during processing and evaluation. +Leading and trailing spaces are always trimmed off names for consistency during processing and evaluation. ### Creation of Root Names