Skip to content

Commit

Permalink
typo fix in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Nov 5, 2014
1 parent 8077ec1 commit 7d4dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/views/_docs/modules/tutorial.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class Article_model extends Base_module_record {
echo $tag->name;
}
</pre>
<p class="important">In the latter example above, the record property <kbd>tags</kbd> can be called as a method as well by pre-pending "get_" in front of the properties name (e.g. get_tags()).
<p class="important">In the latter example above, the record property <kbd>tags</kbd> can be called as a method as well by pre-appending "get_" in front of the properties name (e.g. get_tags()).
This allows us to pass additional parameters.</p>


Expand Down

0 comments on commit 7d4dfbf

Please sign in to comment.