diff --git a/pages/The-Basics.md b/pages/The-Basics.md index 092ce58..b905277 100644 --- a/pages/The-Basics.md +++ b/pages/The-Basics.md @@ -104,8 +104,8 @@ function test($a) ## Global namespace -While using namespaces, you may find your code being executed in the wrong scope for internal methods. To fix this, -define the method globally by using a backslash before the method. +When using namespaces, you may find that internal functions are hidden by functions you wrote. To fix this, +refer to the global function by using a backslash before the function name. {% highlight php %}