From 29cb940f7765dddd46f97b218a2a1f2446e2a27c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Aug 2008 17:59:38 -0400 Subject: [PATCH] "memoize" is a technical term, != "memorize" --- doc/plugins/write/external.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins/write/external.mdwn b/doc/plugins/write/external.mdwn index cffbed86c..272f74a7c 100644 --- 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). -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 -- 2.44.0