diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-03-21 13:34:19 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-03-21 13:34:19 +0100 |
commit | 418431a22a4a8f9d62e60e1d8eaa9bcf321377ce (patch) | |
tree | efd55d771631117675a81f9f90cb2e6c88656294 /inc/remote.php | |
parent | 895122581107d99070522a1b5121f01e69d8a4de (diff) | |
download | dokuwiki-418431a22a4a8f9d62e60e1d8eaa9bcf321377ce.tar.gz dokuwiki-418431a22a4a8f9d62e60e1d8eaa9bcf321377ce.zip |
updated comment
Diffstat (limited to 'inc/remote.php')
-rw-r--r-- | inc/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/remote.php b/inc/remote.php index 089a5f7d4..0347bd900 100644 --- a/inc/remote.php +++ b/inc/remote.php @@ -19,7 +19,7 @@ class RemoteAccessDeniedException extends RemoteException {} * array( * 'method.remoteName' => array( * 'args' => array( - * 'name' => 'type eg. string|int|...|date|file', + * 'type eg. string|int|...|date|file', * ) * 'name' => 'method name in class', * 'return' => 'type', |