Commit b5e81cb3 authored by Dayle Rees's avatar Dayle Rees

Merge pull request #1083 from spencerdeinum/master

Input documentation fix.
parents ebec6ba8 e5dc1084
......@@ -145,4 +145,4 @@ Sometimes you may wish to merge or replace the current input. Here's how:
#### Replacing the entire input array with new data:
Input::merge(array('doctor' => 'Bones', 'captain' => 'Kirk'));
\ No newline at end of file
Input::replace(array('doctor' => 'Bones', 'captain' => 'Kirk'));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment