diff options
-rw-r--r-- | user_guide/general/core_classes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/core_classes.html b/user_guide/general/core_classes.html index 58fa5d961..84aa55022 100644 --- a/user_guide/general/core_classes.html +++ b/user_guide/general/core_classes.html @@ -140,7 +140,7 @@ class MY_Input extends CI_Input {<br /> }</code>
<p class="important"><strong>Tip:</strong> Any functions in your class that are named identically to the functions in the parent class will be used instead of the native ones
-(this is known as "method overloading").
+(this is known as "method overriding").
This allows you to substantially alter the CodeIgniter core.</p>
|