From 7c140810e531bfcb3be43f1ed641d203f5ef4421 Mon Sep 17 00:00:00 2001 From: Blind4Basics <32236948+Blind4Basics@users.noreply.github.com> Date: Fri, 29 Jan 2021 19:55:15 +0100 Subject: [PATCH 1/3] Update glossary.yml --- glossary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glossary.yml b/glossary.yml index 96c2835e..30934ca2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -244,6 +244,11 @@ It's useful for [debugging - TODO]() too. +- term: Power user + description: | + Codewars' users gain honor in different ways. Doing so, they progressively unlock some [privilegees](references/gamification/privileges), hence "powers". + acronym: PU + - term: Preloaded (code/section) description: | In a Kata, the preloaded section is code that is executed _before_ the solution of the user is defined. The code hold by this section isn't visible to the user but every function or variable defined there is accessible to him drugint the executions of his code. From d5cfa2b830e74c4bef743601104a22e7beee325a Mon Sep 17 00:00:00 2001 From: Blind4Basics <32236948+Blind4Basics@users.noreply.github.com> Date: Sat, 30 Jan 2021 08:44:15 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Donald Sebastian Leung --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 30934ca2..6088ed39 100644 --- a/glossary.yml +++ b/glossary.yml @@ -246,12 +246,12 @@ - term: Power user description: | - Codewars' users gain honor in different ways. Doing so, they progressively unlock some [privilegees](references/gamification/privileges), hence "powers". +Codewars' users gain honor in different ways. Doing so, they progressively unlock some [privileges](references/gamification/privileges), hence "powers". acronym: PU - term: Preloaded (code/section) description: | - In a Kata, the preloaded section is code that is executed _before_ the solution of the user is defined. The code hold by this section isn't visible to the user but every function or variable defined there is accessible to him drugint the executions of his code. +In a Kata, the preloaded section is code that is executed _before_ the user's solution. The code in this section isn't visible to the user but every function or variable defined there is accessible to the solution during execution. If you need/want to see the preloaded section of a Kata, open a fork of a solution _after_ you solved it and look to the `Preloaded` panel. From e721329fc52605dd3e867616cee3a250e9101d06 Mon Sep 17 00:00:00 2001 From: Blind4Basics <32236948+Blind4Basics@users.noreply.github.com> Date: Sun, 31 Jan 2021 10:05:34 +0100 Subject: [PATCH 3/3] Update glossary.yml --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 6088ed39..8d9bc986 100644 --- a/glossary.yml +++ b/glossary.yml @@ -246,12 +246,12 @@ - term: Power user description: | -Codewars' users gain honor in different ways. Doing so, they progressively unlock some [privileges](references/gamification/privileges), hence "powers". + Codewars' users gain honor in different ways. Doing so, they progressively unlock some [privileges](references/gamification/privileges), hence "powers". acronym: PU - term: Preloaded (code/section) description: | -In a Kata, the preloaded section is code that is executed _before_ the user's solution. The code in this section isn't visible to the user but every function or variable defined there is accessible to the solution during execution. + In a Kata, the preloaded section is code that is executed _before_ the user's solution. The code in this section isn't visible to the user but every function or variable defined there is accessible to the solution during execution. If you need/want to see the preloaded section of a Kata, open a fork of a solution _after_ you solved it and look to the `Preloaded` panel.