diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-07-28 20:25:54 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-07-28 20:25:54 +0200 |
commit | 83f71107389ff1329bb8e54bf7457010fe103054 (patch) | |
tree | 412bc6d0583f46447086eda7f1ac8828c815eb18 | |
parent | fdc4581ff1a2b73ef5c4c9d07825cfa599e5b972 (diff) | |
download | bugs-83f71107389ff1329bb8e54bf7457010fe103054.tar bugs-83f71107389ff1329bb8e54bf7457010fe103054.tar.gz bugs-83f71107389ff1329bb8e54bf7457010fe103054.tar.bz2 bugs-83f71107389ff1329bb8e54bf7457010fe103054.tar.xz bugs-83f71107389ff1329bb8e54bf7457010fe103054.zip |
Fix typo in POD
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 127ea40bb..c99651201 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2639,7 +2639,7 @@ from the Bugzilla database to fetch. If it contains any non-numeric characters, it is considered to be a bug alias instead, and the data bug with that alias will be loaded. -item C<new_since> +=item C<new_since> C<dateTime> If specified, the method will only return changes I<newer> than this time. |