8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "kligo"
|
||
|
, gloss = "rope"
|
||
|
, definition = "is a rope/cord"
|
||
|
}
|