From a4d4da0cee70e9a9b2de84937701fac6dac2bbc8 Mon Sep 17 00:00:00 2001 From: Gerald Wenzel Date: Thu, 16 May 2024 20:54:36 +0000 Subject: [PATCH] Fixed misspelling --- src/ch02-03-composite-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch02-03-composite-types.md b/src/ch02-03-composite-types.md index bbdffa7..1892f8d 100644 --- a/src/ch02-03-composite-types.md +++ b/src/ch02-03-composite-types.md @@ -77,7 +77,7 @@ have their own special formatting and use curly braces. ```Clarity { id: u5, ;; a uint - username: "ClarityIsAwesome", ;; an ASCI string + username: "ClarityIsAwesome", ;; an ASCII string address: 'ST1HTBVD3JG9C05J7HBJTHGR0GGW7KXW28M5JS8QE ;; and a principal } ```