From db7ba6fe69b0d1fc97e7ce2bdb1083b3056a9a67 Mon Sep 17 00:00:00 2001 From: Ullrich Koethe Date: Tue, 4 Mar 2025 21:20:27 +0100 Subject: [PATCH] changed [`content`] --- 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 b0fab89ac..da80ed5af 100644 --- a/docs/reference/language/context.md +++ b/docs/reference/language/context.md @@ -70,7 +70,7 @@ When a property is changed, the response to the query changes accordingly: ``` The output of a `#context ...` call is static in the form of opaque -`content`. Write access to context output is prohibited, as it would +[`content`]. Write access to context output is prohibited, as it would often result in invalid code: If the context changes between read and write, overwriting a property would cause an inconsistent system state. In fact, context-dependent property fields are immutable constants even