Merge pull request #1083 from spencerdeinum/master
Input documentation fix.
This commit is contained in:
commit
b5e81cb33c
|
@ -145,4 +145,4 @@ #### Merging new data into the current input:
|
|||
|
||||
#### Replacing the entire input array with new data:
|
||||
|
||||
Input::merge(array('doctor' => 'Bones', 'captain' => 'Kirk'));
|
||||
Input::replace(array('doctor' => 'Bones', 'captain' => 'Kirk'));
|
||||
|
|
Loading…
Reference in New Issue