projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43abdd8
)
"memoize" is a technical term, != "memorize"
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 26 Aug 2008 21:59:38 +0000
(17:59 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 26 Aug 2008 21:59:38 +0000
(17:59 -0400)
doc/plugins/write/external.mdwn
patch
|
blob
|
history
diff --git
a/doc/plugins/write/external.mdwn
b/doc/plugins/write/external.mdwn
index cffbed86c6544556c6ca919278c955e91339587d..272f74a7c9d76d59bb7df14cdfcfd04bcffd0a3b 100644
(file)
--- a/
doc/plugins/write/external.mdwn
+++ b/
doc/plugins/write/external.mdwn
@@
-134,7
+134,7
@@
large quantity of data conversion going on. In contrast, `preprocess` hooks
are called generally rarely, and pass around minimal data.
External plugins should avoid making RPC calls unnecessarily (ie, in a loop).
-Memo
r
izing the results of appropriate RPC calls is one good way to minimize the
+Memoizing the results of appropriate RPC calls is one good way to minimize the
number of calls.
Injecting a replacement for a commonly called ikiwiki function