Commit e5dc1084 authored by Spencer Deinum's avatar Spencer Deinum

Fix documentation error in input.md

Documentation says "Replacing the entire input" but calls Input::merge()
instead of Input::replace().
Signed-off-by: 's avatarSpencer Deinum <spencerdeinum@gmail.com>
parent ebec6ba8
......@@ -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