From b74c1101f1290af7cf466b9841457a9cab079d06 Mon Sep 17 00:00:00 2001 From: Dominique Merle Date: Wed, 13 Oct 2021 15:40:30 +0200 Subject: [PATCH] docs: mention the Complete Majority Gauge Score is shorter, but less explicit. --- docs/SCORE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/SCORE.md b/docs/SCORE.md index d3c1c4d..e923ee2 100644 --- a/docs/SCORE.md +++ b/docs/SCORE.md @@ -35,6 +35,8 @@ On this page you will find explanations about **how one can compute a score for ## About the Score +We call the _Complete Majority Gauge_ a _Score_ (it's shorter). + A Proposal's Score is a long string of characters, mostly numbers with (optional) separation characters for readability. We use a `string` instead of an `integer` because leading zeroes are meaningful. **A higher _score_ (lexicographically) means a better _rank_.**