mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in docs
It's marshal not marchal.
This commit is contained in:
parent
12fa4e36be
commit
b31c2fd017
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ module ActiveRecord
|
|||
# Populate it.
|
||||
cache.add("posts")
|
||||
|
||||
# Create a new cache by marchal dumping / loading.
|
||||
# Create a new cache by marshal dumping / loading.
|
||||
cache = Marshal.load(Marshal.dump(cache))
|
||||
|
||||
assert_no_queries do
|
||||
|
|
Loading…
Reference in a new issue