Correct hash syntax

This commit is contained in:
Jordan Sissel 2014-04-29 11:35:18 -07:00
parent 9ab36e44e1
commit 054c1b4366

View file

@ -116,7 +116,11 @@ The above makes 'path' a 3-element array including all 3 strings.
A hash is basically the same syntax as Ruby hashes.
The key and value are simply pairs, such as:
match => { "field1" => "value1", "field2" => "value2", ... }
match => {
"field1" => "value1"
"field2" => "value2"
...
}
## <a name="fieldreferences"></a>Field References