Skip to content

Commit

Permalink
Merge pull request #331 from se-omar/word-grammer-descs
Browse files Browse the repository at this point in the history
improve word grammer descs
  • Loading branch information
brianvoe committed Jan 17, 2024
2 parents 9fe2b4c + ef60a7e commit 22d4c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion word_grammar.go
Expand Up @@ -25,7 +25,7 @@ func addWordGrammerLookup() {
AddFuncLookup("sentencesimple", Info{
Display: "Simple Sentence",
Category: "word",
Description: "Random simple sentence",
Description: "Group of words that expresses a complete thought",
Example: "A tribe fly the lemony kitchen.",
Output: "string",
Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) {
Expand Down

0 comments on commit 22d4c11

Please sign in to comment.