Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve "Uru" West committed May 19, 2014
1 parent f290219 commit a7192d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/namespacing.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h4 id="caveats_mixnmatch">Do not mix different naming styles for the same class
<p>
Although you can mix-and-match namespaces and underscores to construct your class names, you can not mix-and-match it's usage.
If you have defined a class <kbd>\Admin\Users\Group</kbd>, using <kbd>\Admin\Users_Group::method();</kbd> will load the correct
file (since it maps correctly to the right file), but the autoloader with throw an exception because the expected <kbd>\Admin\Users_Group</kbd> class is
file (since it maps correctly to the right file), but the autoloader will throw an exception because the expected <kbd>\Admin\Users_Group</kbd> class is
not defined in that file.
</p>
<p>
Expand Down

0 comments on commit a7192d7

Please sign in to comment.