From 0e262b3b644899b9031c5ba85f9d2e5d85cc0a79 Mon Sep 17 00:00:00 2001 From: Ian Fleeton Date: Sun, 14 Jul 2013 11:01:46 +0100 Subject: memorized -> memoized typo fix [ci skip] Reverts one line from 457b7ff9 --- guides/source/initialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/initialization.md') diff --git a/guides/source/initialization.md b/guides/source/initialization.md index 11c736585f..26259408b4 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -350,7 +350,7 @@ end The interesting part for a Rails app is the last line, `server.run`. Here we encounter the `wrapped_app` method again, which this time we're going to explore more (even though it was executed before, and -thus memorized by now). +thus memoized by now). ```ruby @wrapped_app ||= build_app app -- cgit v1.2.3