fuel / docs

Fuel PHP Framework - Fuel v1.x documentation
http://fuelphp.com/docs
Other
166 stars 233 forks source link

Wrong example data on Array class #673

Closed ve3 closed 9 years ago

ve3 commented 9 years ago

This page. http://fuelphp.com/docs/classes/arr.html

Arr::insert_assoc($people, array("initial" => "P.");

should be

Arr::insert_assoc($people, array("initial" => "P."), 1);