From 52cccce5bb7ab50c9a42db952c435f117a4df584 Mon Sep 17 00:00:00 2001 From: Ullrich Koethe Date: Tue, 4 Mar 2025 23:49:59 +0100 Subject: [PATCH] Minor clarification --- docs/reference/language/scripting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/language/scripting.md b/docs/reference/language/scripting.md index c40fe40ec..c9ee6350c 100644 --- a/docs/reference/language/scripting.md +++ b/docs/reference/language/scripting.md @@ -249,8 +249,8 @@ The value in question can be either: [element function]($function/#element-functions) that were given when the element was constructed. -**Important:** Many fields of element functions are only visible and accessible -in a concrete context that disambiguates their meaning. Consult the chapter +**Important:** Many fields of element functions are only accessible in a +concrete context that disambiguates their meaning. Consult the chapter on [Context]($context) for more information. ```example