1
0
Fork 0
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:
eileencodes 2021-07-29 12:10:11 -04:00
parent 12fa4e36be
commit b31c2fd017
No known key found for this signature in database
GPG key ID: BA5C575120BBE8DF

View file

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