summaryrefslogtreecommitdiffstats
path: root/user_guide/general
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/general')
-rw-r--r--user_guide/general/core_classes.html2
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>&nbsp; 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>