taxonomy nesting fix

This commit is contained in:
Brian Pfeil
2024-02-04 11:34:11 -05:00
committed by Dan Chao
parent b6c484b716
commit dc243a47c2

View File

@@ -220,7 +220,7 @@ import "pigeon.pkl" // <1>
parrot = (pigeon) {
name = "Great green macaw"
diet = "Berries"
species {
taxonomy {
species = "Ara ambiguus"
}
}