summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/drivers.rst
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2011-10-06 00:26:43 +0200
committerDerek Jones <derek.jones@ellislab.com>2011-10-06 00:26:43 +0200
commit9713cce9876fce5cb38c3ee24193ae3455c81755 (patch)
tree5c21400b49e65173fcc3ec623010bf13f0bf37b8 /user_guide_src/source/general/drivers.rst
parenta1360ef24fff8b57353db32ad6045969af28e5d5 (diff)
fixing code spacing in Core, Library, Drivers, and Errors general docs
Diffstat (limited to 'user_guide_src/source/general/drivers.rst')
-rw-r--r--user_guide_src/source/general/drivers.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/general/drivers.rst b/user_guide_src/source/general/drivers.rst
index 8d0d84aaa..e2ded62e2 100644
--- a/user_guide_src/source/general/drivers.rst
+++ b/user_guide_src/source/general/drivers.rst
@@ -30,7 +30,8 @@ Methods of that class can then be invoked with::
The child classes, the drivers themselves, can then be called directly
through the parent class, without initializing them::
- $this->some_parent->child_one->some_method(); $this->some_parent->child_two->another_method();
+ $this->some_parent->child_one->some_method();
+ $this->some_parent->child_two->another_method();
Creating Your Own Drivers
=========================