Skip to content

Commit ed5e4c6

Browse files
davidrunger2rwz
authored andcommitted
Fix typo/wording in README.md (#367)
This was recently changed from "massaging giant hash structures" to "messaging giant hash structures" in 955acd4 / #366. "Massaging," while correct, only makes sense in light of a somewhat less common scondary definition meaning "to manipulate". "Messaging" doesn't really make sense at all. Hopefully "manipulating" (as introduced here) is the best of all.
1 parent 955acd4 commit ed5e4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jbuilder
22

33
Jbuilder gives you a simple DSL for declaring JSON structures that beats
4-
messaging giant hash structures. This is particularly helpful when the
4+
manipulating giant hash structures. This is particularly helpful when the
55
generation process is fraught with conditionals and loops. Here's a simple
66
example:
77

0 commit comments

Comments
 (0)