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:
parent
5a52fbe1cb
commit
0e262b3b64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue