summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/trackback.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-04-22 00:02:37 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-04-22 00:02:37 +0200
commit866b8138c5f51b0ca544dd8a91c265d9200acab8 (patch)
tree066404f0978996c59d9cc43ce5fa7f54c57b3703 /user_guide/libraries/trackback.html
parent6b397a8bf28d2bf01b43ae393f853a853410cd57 (diff)
doc clarifications, example fixes, grammar.
Diffstat (limited to 'user_guide/libraries/trackback.html')
-rw-r--r--user_guide/libraries/trackback.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html
index ecc9c21ee..513cbf2c9 100644
--- a/user_guide/libraries/trackback.html
+++ b/user_guide/libraries/trackback.html
@@ -200,7 +200,7 @@ $this->trackback->send_success();</code>
<code>http://www.your-site.com/index.php/trackback/receive/<samp>entry_id</samp></code>
-<p>Notice the entry_id is in the third URI, which you can retrieve using:</p>
+<p>Notice the entry_id is in the third URI segment, which you can retrieve using:</p>
<code>$this->uri->segment(3);</code>