Skip to content

Commit

Permalink
Fix casing of class
Browse files Browse the repository at this point in the history
Should be properly camel cased.  Closes #92
  • Loading branch information
polyfractal committed Jul 23, 2014
1 parent 8817599 commit 0768b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/DeleteByQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @link http://elasticsearch.org
*/

class Deletebyquery extends AbstractEndpoint
class DeleteByquery extends AbstractEndpoint
{
/**
* @param array $body
Expand Down

0 comments on commit 0768b5e

Please sign in to comment.