1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

memorized -> memoized typo fix [ci skip]

Reverts one line from 457b7ff9
This commit is contained in:
Ian Fleeton 2013-07-14 11:01:46 +01:00
parent 5a52fbe1cb
commit 0e262b3b64

View file

@ -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