Skip to content

Commit

Permalink
Merge pull request #322 from se-omar/school-descs
Browse files Browse the repository at this point in the history
School descs
  • Loading branch information
brianvoe committed Jan 16, 2024
2 parents b288bf8 + 5c4f7d1 commit 904850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion school.go
Expand Up @@ -18,7 +18,7 @@ func addSchoolLookup() {
AddFuncLookup("school", Info{
Display: "School",
Category: "school",
Description: "School names, education places. Such as uni, High School etc.",
Description: "An institution for formal education and learning",
Example: `Harborview State Academy`,
Output: "string",
Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) {
Expand Down

0 comments on commit 904850d

Please sign in to comment.