8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "glowa"
|
||
|
, gloss = "grow"
|
||
|
, definition = "to grow/get larger/increase in size"
|
||
|
}
|