gabordemooij / redbean

ORM layer that creates models, config and database on the fly
https://www.redbeanphp.com
2.31k stars 280 forks source link

Documentation: Wrong method/property nam? #253

Closed linqcan closed 11 years ago

linqcan commented 11 years ago

On this page: http://redbeanphp.com/shared_lists

The following is stated: $armies = $village->sharedArmies;

Shouldn't it be: $armies = $village->sharedArmy;

gabordemooij commented 11 years ago

has been fixed thanks for reporting!