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