Skip to content

Commit

Permalink
Merge pull request #330 from se-omar/word-general-descs
Browse files Browse the repository at this point in the history
improve word general descs
  • Loading branch information
brianvoe committed Jan 17, 2024
2 parents 22d4c11 + cc223c1 commit 483a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion word_general.go
Expand Up @@ -28,7 +28,7 @@ func addWordGeneralLookup() {
AddFuncLookup("word", Info{
Display: "Word",
Category: "word",
Description: "Random word",
Description: "Basic unit of language representing a concept or thing, consisting of letters and having meaning",
Example: "man",
Output: "string",
Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) {
Expand Down

0 comments on commit 483a776

Please sign in to comment.