Skip to content

Commit

Permalink
[docs] repository plugins: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it authored and andrewnicols committed Sep 15, 2023
1 parent 5a52732 commit e146c79
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/apis/plugintypes/repository/_examples/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class repository_pluginname extends repository {
*
* @param string $encodedpath
* @param string $page
* @return array the list of files, including meta infomation
* @return array the list of files, including meta information
*/
public function get_listing($encodedpath = '', $page = '') {
// This methods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class repository_pluginname extends repository {
*
* @param string $encodedpath
* @param string $page
* @return array the list of files, including meta infomation
* @return array the list of files, including meta information
*/
public function get_listing($encodedpath = '', $page = '') {
// This methods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ This function will return a list of files to be displayed to the user, the list
*
* @param string $encodedpath
* @param string $page
* @return array the list of files, including meta infomation
* @return array the list of files, including meta information
*/
public function get_listing($encodedpath = '', $page = '') {
// This methods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class repository_pluginname extends repository {
*
* @param string $encodedpath
* @param string $page
* @return array the list of files, including meta infomation
* @return array the list of files, including meta information
*/
public function get_listing($encodedpath = '', $page = '') {
// This methods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ This function will return a list of files to be displayed to the user, the list
*
* @param string $encodedpath
* @param string $page
* @return array the list of files, including meta infomation
* @return array the list of files, including meta information
*/
public function get_listing($encodedpath = '', $page = '') {
// This methods
Expand Down

0 comments on commit e146c79

Please sign in to comment.