summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/benchmark.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-03-25 19:19:59 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-03-25 19:19:59 +0100
commit8597ca78541b49526da50ca5a2f2ca8bcdba9f8f (patch)
tree4716602e895ae693dcae5f57c9bc9d40971d8b95 /user_guide/libraries/benchmark.html
parent11213e4c0f1de094746e834ca6c8f547459703dd (diff)
doc typos and fixes
Diffstat (limited to 'user_guide/libraries/benchmark.html')
-rw-r--r--user_guide/libraries/benchmark.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html
index ea60294b6..4afa58bc3 100644
--- a/user_guide/libraries/benchmark.html
+++ b/user_guide/libraries/benchmark.html
@@ -101,7 +101,7 @@ $this->benchmark->mark('code_end');<br />
<br />
echo $this->benchmark->elapsed_time('code_start', 'code_end');</code>
-<p><strong>Note:</strong> The words "code_start" and "code_end" are arbitrary. They are simply words used to set two markers. You can
+<p class="important"><strong>Note:</strong> The words "code_start" and "code_end" are arbitrary. They are simply words used to set two markers. You can
use any words you want, and you can set multiple sets of markers. Consider this example:</p>
<code>$this->benchmark->mark('dog');<br />