Use term "set-if rule"

This commit is contained in:
Ullrich Koethe 2025-03-06 10:37:44 +01:00 committed by GitHub
parent ae89b51389
commit 5e08adafba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ Scopes give rise to a common pitfall when you want to apply rules conditionally.
// original behavior restored
```
You must use a postfix conditional instead
You must use the "set-if rule" instead
```typ
#set text(size: 11pt) if some-condition()