Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jan 21, 2017
1 parent de215ea commit 315dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public static function registerAlias($alias, $original, $version = false)
/**
* Register a namespace to the autoloader. When loaded, namespace paths are searched in a "last in, first out" order.
*
* This function will be changed in J4 to support PRS-4 namespace registering.
* This function will be changed in J4 to support PSR-4 namespace registering.
*
* @param string $namespace A case sensitive Namespace to register.
* @param string $path A case sensitive absolute file path to the library root where classes of the given namespace can be found.
Expand Down

0 comments on commit 315dd71

Please sign in to comment.