Skip to content

Commit

Permalink
Merge pull request #98 from reaktivstudios/zachwills-patch-1
Browse files Browse the repository at this point in the history
Small typo in function comment.
  • Loading branch information
zachwills committed Jan 4, 2017
2 parents 1b1a514 + baf47b9 commit b926bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ add_action( 'locomotive_init', 'my_post_query_batch_process' );
#### Hook In Callback Function
``` php
/**
* This is what we want to do with each individual result during a batch routine/
* This is what we want to do with each individual result during a batch routine.
*
* @param array $result Individual result from batch query.
*/
Expand Down

0 comments on commit b926bae

Please sign in to comment.