From 397b663907eb3644cc30f05f3a324a9f07106e54 Mon Sep 17 00:00:00 2001 From: Ullrich Koethe Date: Wed, 19 Mar 2025 16:50:08 +0100 Subject: [PATCH] Rewording (suggested by @PgBiel) Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> --- docs/reference/language/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/language/context.md b/docs/reference/language/context.md index b3ae143ab..7f0084edb 100644 --- a/docs/reference/language/context.md +++ b/docs/reference/language/context.md @@ -172,7 +172,7 @@ Original size Since set rules are only active until the end of the enclosing scope, "Original size" is printed with the original font size. -The above example is equivalent to +For the specific case of accessing `text.size`, context is usually not necessary as the `1em` unit is always equal to the current font size, so the above example is equivalent to ```example #[