summaryrefslogtreecommitdiffstats
path: root/user_guide/general
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2007-06-11 06:37:21 +0200
committerRick Ellis <rick.ellis@ellislab.com>2007-06-11 06:37:21 +0200
commitad2353d3b0cf0e680812b7d4c25acd55908b1eb6 (patch)
treea6d32d217d507ade909bb63097c9438c99057656 /user_guide/general
parent64bbd04d8a3c92e577254513504e9c9d617fe676 (diff)
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>