Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Fix API doc
Browse files Browse the repository at this point in the history
- s/CameCase/CamelCase/
  • Loading branch information
weierophinney committed May 22, 2012
1 parent dfbe156 commit 8074ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydrator/ClassMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class ClassMethods implements HydratorInterface
{
/**
* CameCase usage to extract attribute with getter/setter method name
* CamelCase usage to extract attribute with getter/setter method name
* @var boolean
*/
protected $useCamelCase;
Expand Down

0 comments on commit 8074ba0

Please sign in to comment.