Skip to content

Commit

Permalink
... so do parens....
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Sep 29, 2021
1 parent c6f44ff commit 10b448b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

** API

All functions have no arguments, and return strings unless noted otherwise
| =trad-name= | Pick a name at random |
| =ngram-name= | Pick a common n-gram; /n/ one of (2 3 4) |
| =single-name= | Either of the previous two |
| =full-name-as-list= | A list of single names -- usually 2 or 3 of them |
| =full-name-as-str= | Same as above, but as a string with spaces |
All functions return strings unless noted otherwise.
| =(trad-name)= | Pick a name at random |
| =(ngram-name)= | Pick a common n-gram; /n/ one of (2 3 4) |
| =(single-name)= | Either of the previous two |
| =(full-name-as-list)= | A list of single names -- usually 2 or 3 of them |
| =(full-name-as-str)= | Same as above, but as a string with spaces |

0 comments on commit 10b448b

Please sign in to comment.