fix docstring of get_poke_verbs()
This commit is contained in:
parent
8a2a4510ec
commit
e6c59b0593
1 changed files with 1 additions and 1 deletions
|
@ -1062,7 +1062,7 @@ function linkify($s) {
|
||||||
* Load poke verbs
|
* Load poke verbs
|
||||||
*
|
*
|
||||||
* @return array index is present tense verb
|
* @return array index is present tense verb
|
||||||
value is array containing past tense verb, translation of present, translation of past
|
* value is array containing past tense verb, translation of present, translation of past
|
||||||
* @hook poke_verbs pokes array
|
* @hook poke_verbs pokes array
|
||||||
*/
|
*/
|
||||||
function get_poke_verbs() {
|
function get_poke_verbs() {
|
||||||
|
|
Loading…
Reference in a new issue