Fixed typo

This commit is contained in:
moveforward 2013-09-26 14:41:40 +12:00
parent ffb316dbc9
commit dd0296413f

View File

@ -80,7 +80,7 @@ but also include information about when and how a record was published.
:::php
$record = MyRecord::get()->byID(99); // stage doesn't matter here
$versions = $record->allVersions();
echo $versions->First()->Version; // instance of Versioned_Versoin
echo $versions->First()->Version; // instance of Versioned_Version
### Writing Versions and Changing Stages