diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-07-28 20:24:43 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-07-28 20:24:43 +0200 |
commit | 19a2ebacc37a7b3990e5bfd0288a1f7d332a665f (patch) | |
tree | 5c8dcb2ebfadef6e439617a6ae73f799a5111c69 | |
parent | 12ca18325104618f3d66faf815e7b71e7b14b213 (diff) | |
download | bugzilla-19a2ebacc37a7b3990e5bfd0288a1f7d332a665f.tar.gz bugzilla-19a2ebacc37a7b3990e5bfd0288a1f7d332a665f.tar.xz |
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 c6b28a9a0..84f209347 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2710,7 +2710,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. |