Skip to content

Commit

Permalink
MDL-34449 phpdoc typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Jul 23, 2012
1 parent ad1097c commit 88b907f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pagelib.php
Expand Up @@ -484,8 +484,8 @@ protected function magic_get_pagelayout() {
} }


/** /**
* Please do not call this method directly, use the ->layout_tions syntax. {@link moodle_page::__get()}. * Please do not call this method directly, use the ->layout_options syntax. {@link moodle_page::__get()}.
* @return array returns arrys with options for layout file * @return array returns arrays with options for layout file
*/ */
protected function magic_get_layout_options() { protected function magic_get_layout_options() {
if (!is_array($this->_layout_options)) { if (!is_array($this->_layout_options)) {
Expand Down

0 comments on commit 88b907f

Please sign in to comment.