From 14d5e492f37ce87657bb6b67c7f42b63ceb0ac15 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] Update glossary.yml --- data/glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/glossary.yml b/data/glossary.yml index 0962f0bb..8a208570 100644 --- a/data/glossary.yml +++ b/data/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.