summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-08 18:55:26 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-08 18:55:26 +0000
commitbd94a95ccd69e48b4c31b0440223edce97349000 (patch)
tree8ea72cf8836c5d7ee62b7ba2fd7e6ec651a7189a /doc
parentc53c60541e7b2419d14c7d96ce097e7f04d40c8c (diff)
fix missing text
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 5bc3ad7ce..c42660194 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -80,7 +80,7 @@ make arbitrary changes. The function is passed named parameters `page` and
This is identical to a preprocess hook (see below), except that it is
called in the initial pass that scans pages for data that will be used in
-later passes. Scan hooks are the only hook that should modify
+later passes. Scan hooks are the only hook that should modify `%links`.
### preprocess
@@ -264,7 +264,7 @@ hash. The best way to understand the contents of the hash is to look at
If your plugin needs to access data about other pages in the wiki. It can
use the following hashes, using a page name as the key:
-* `%links` lists the names of each page that a page links to, in an array
+* `links` lists the names of each page that a page links to, in an array
reference.
* `%renderedfiles` lists names of the files rendered by a page, in an array
reference.