From 66328ab69eff91929df768131fa0839472991d09 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Mon, 24 Jul 2023 05:34:43 -0400 Subject: [PATCH] docs: remove trailing whitespace (#2147) Closes https://github.com/celestiaorg/celestia-app/issues/2146 --- specs/src/specs/namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/src/specs/namespace.md b/specs/src/specs/namespace.md index 79e2ff510a..d5fb595f3a 100644 --- a/specs/src/specs/namespace.md +++ b/specs/src/specs/namespace.md @@ -59,7 +59,7 @@ The ID is encoded as a byte slice of length 28. Celestia reserves certain namespaces with specific meanings. Celestia makes use of the reserved namespaces to properly organize and order transactions and blobs inside the [data square](./data_square_layout.md). -Applications MUST NOT use these reserved namespaces for their blob data. +Applications MUST NOT use these reserved namespaces for their blob data. Below is a list of reserved namespaces, along with a brief description of each. In addition to the items listed in this table, it should be noted that namespaces with values less than `0x00000000000000000000000000000000000000000000000000000000FF` are exclusively reserved for use within the Celestia protocols.