Skip to content

Commit

Permalink
Fixing solmization syllables
Browse files Browse the repository at this point in the history
Not a big expert in music myself.
Just thought "ray" can't be correct.
See http://en.wikipedia.org/wiki/Solmization
I know I'm pendantic... and I'm not even German  ;-P
  • Loading branch information
ravage84 committed May 3, 2013
1 parent 5e37cba commit 9882d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/models/data-validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ with usage examples.
public $validate = array(
'multiple' => array(
'rule' => array('multiple', array(
'in' => array('do', 'ray', 'me', 'fa', 'so', 'la', 'ti'),
'in' => array('do', 're', 'mi', 'fa', 'sol', 'la', 'ti'),
'min' => 1,
'max' => 3
)),
Expand Down

0 comments on commit 9882d3b

Please sign in to comment.