changed [content]

This commit is contained in:
Ullrich Koethe 2025-03-04 21:20:27 +01:00 committed by GitHub
parent 7f9ddfbd80
commit db7ba6fe69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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