aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/write
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-13 07:07:54 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-13 07:07:54 +0000
commit15f393584a799473fa17dccd53df5fc2dcf694a8 (patch)
treeaf7e45ef760d1b42f42ef9253cf741690bb3327a /doc/plugins/write
parent30f7aef67902cbb04d35854e01be21c29ba2de0d (diff)
downloadikiwiki-15f393584a799473fa17dccd53df5fc2dcf694a8.tar
ikiwiki-15f393584a799473fa17dccd53df5fc2dcf694a8.tar.gz
reword
Diffstat (limited to 'doc/plugins/write')
-rw-r--r--doc/plugins/write/external.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write/external.mdwn b/doc/plugins/write/external.mdwn
index 05da1b8f8..e699e43e1 100644
--- a/doc/plugins/write/external.mdwn
+++ b/doc/plugins/write/external.mdwn
@@ -117,8 +117,8 @@ number of calls.
Injecting a replacement for a commonly called ikiwiki function
could result in a lot more RPC calls than expected and slow
eveything down. `pagetitle`, for instance, is called about 100 times
-per page build. Memoizing injected functions whenever possible is a very
-good idea.
+per page build. Whenever possible, you should tell ikiwiki to memoize
+injected functions.
In general, use common sense, and your external plugin will probably
perform ok.