]> sipb.mit.edu Git - ikiwiki.git/commitdiff
"memoize" is a technical term, != "memorize"
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 21:59:38 +0000 (17:59 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 21:59:38 +0000 (17:59 -0400)
doc/plugins/write/external.mdwn

index cffbed86c6544556c6ca919278c955e91339587d..272f74a7c9d76d59bb7df14cdfcfd04bcffd0a3b 100644 (file)
@@ -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).
-Memorizing 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