8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "genza"
|
||
|
, gloss = "root"
|
||
|
, definition = "is a root (body part of a plant)"
|
||
|
}
|