8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "tunke"
|
||
|
, gloss = "uncle"
|
||
|
, definition = "is the/a uncle of"
|
||
|
}
|