Apply suggestion from @Copilot

This commit is contained in:
yoff
2025-12-16 10:10:29 +01:00
parent 50e9057db1
commit cbc0100675

View File

@@ -71,7 +71,7 @@ class ExposedField extends Field {
/**
* Gets the initial value for the field `f`.
* This is either a static initializer or an assignment in a constructor.
* This is either a field initializer or an assignment in a constructor.
*/
Expr initialValue(Field f) {
result = f.getInitializer()