Skip to content

Commit 5f482f4

Browse files
authored
Update feature-specification.md (#3226)
In the phases example, it uses an unnamed type `Owner`. This changes it to `Human` so it is easier for the reader to follow.
1 parent af27cfb commit 5f482f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/macros/feature-specification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ class Human {
427427
@JsonSerializable()
428428
class Pet {
429429
final String name;
430-
final Owner? owner; // Optional, might be feral.
430+
final Human? owner; // Optional, might be feral.
431431
}
432432
```
433433

0 commit comments

Comments
 (0)