diff --git a/user_guide/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html
index f7b1f20..5e9cdd2 100644
--- a/user_guide/libraries/unit_testing.html
+++ b/user_guide/libraries/unit_testing.html
@@ -76,7 +76,7 @@
 

 <p>Like most other classes in Code Igniter, the Unit Test class is initialized in your controller using the <dfn>$this->load->library</dfn> function:</p>

 

-<code>$this->load->library('unit_test');</code>

+<code>$this->load->library('unit');</code>

 <p>Once loaded, the Unit Test object will be available using: <dfn>$this->unit</dfn></p>