From 30581c78264145f6252a4af057a138c4d5171dca Mon Sep 17 00:00:00 2001 From: Greg Coppola Date: Thu, 8 Sep 2022 18:42:44 -0500 Subject: [PATCH] use mass noun instead of count noun --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1f62e33..a35750f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ This release will contain consensus-breaking changes. - Clarity function `stx-transfer?` now takes a 4th optional argument, which is a memo. - Added a new parser which will be used to parse Clarity code beginning with 2.1, resolving several bugs in the old parser and improving performance. -- Documentations will indicate explicitly which Clarity version introduced each +- Documentation will indicate explicitly which Clarity version introduced each keyword or function. ## Upcoming