From 0934f8a26fdf4cd3ec2d2a8387a0a2e83968ec4e Mon Sep 17 00:00:00 2001 From: Leon Klingele Date: Tue, 7 Nov 2017 23:56:58 +0100 Subject: [PATCH] moneropedia/denominations: Reuse summary instead of repeating ourself --- resources/moneropedia/denominations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/moneropedia/denominations.md b/resources/moneropedia/denominations.md index f6ed8eb3..e03c2ecd 100644 --- a/resources/moneropedia/denominations.md +++ b/resources/moneropedia/denominations.md @@ -7,7 +7,9 @@ summary: "A denomination is a proper description of a currency amount. It is oft ### The Basics -A denomination is a proper description of a currency amount, oftentimes a sub-unit of the currency (for example, traditionally a cent is 1/100th of a unit of currency). Monero denomination names add SI prefixes after dropping the initial "mo" for ease of use. The smallest unit of Monero is 1 piconero (0.000000000001 XMR). +{{ page.summary | capitalize }}. + +Monero denomination names add SI prefixes after dropping the initial "mo" for ease of use. The smallest unit of Monero is 1 piconero (0.000000000001 XMR). ### Denominations of Monero @@ -31,6 +33,4 @@ A denomination is a proper description of a currency amount, oftentimes a sub-un ### In-depth Information -Support for input using SI prefixes was [added to the Monero codebase](https://github.com/monero-project/monero/pull/1826) on March 3, 2017 by [Moneromooo](https://github.com/moneromooo-monero). The smallest unit of monero (10^-12 XMR) was originally called a tacoshi in honor of user [Tacotime](https://bitcointalk.org/index.php?action=profile;u=19270), an early Monero contributor and was later renamed for ease of use and consistancy. - -{{ page.summary | capitalize }}. +Support for input using SI prefixes was [added to the Monero codebase](https://github.com/monero-project/monero/pull/1826) on March 3, 2017 by [Moneromooo](https://github.com/moneromooo-monero). The smallest unit of Monero (10^-12 XMR) was originally called a tacoshi in honor of user [Tacotime](https://bitcointalk.org/index.php?action=profile;u=19270), an early Monero contributor and was later renamed for ease of use and consistancy.