aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/inherit-from-by-need.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/rl-next/inherit-from-by-need.md')
-rw-r--r--doc/manual/rl-next/inherit-from-by-need.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/rl-next/inherit-from-by-need.md b/doc/manual/rl-next/inherit-from-by-need.md
index 67c2cdedf..d198cf314 100644
--- a/doc/manual/rl-next/inherit-from-by-need.md
+++ b/doc/manual/rl-next/inherit-from-by-need.md
@@ -1,6 +1,8 @@
---
synopsis: "`inherit (x) ...` evaluates `x` only once"
prs: 9847
+category: Fixes
+credits: horrors
---
`inherit (x) a b ...` now evaluates the expression `x` only once for all inherited attributes rather than once for each inherited attribute.