8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "flego"
|
||
|
, gloss = "gray"
|
||
|
, definition = "is 50% gray (color)"
|
||
|
}
|