Skip to content
Snippets Groups Projects
Commit a35e8f72 authored by Felip Manyer i Ballester's avatar Felip Manyer i Ballester
Browse files

Typo in code documentation

parent 99de175f
Branches
Tags
No related merge requests found
Pipeline #93 passed
...@@ -84,10 +84,10 @@ class Species extends Gbif { ...@@ -84,10 +84,10 @@ class Species extends Gbif {
* @return array * @return array
* An array of results. * An array of results.
* *
* @see http://www.gbif.org/developer/species#nameUsages
*
* @throws \ResTelae\Gbif\GbifException * @throws \ResTelae\Gbif\GbifException
* When some arguments are wrong. * When some arguments are wrong.
*
* @see http://www.gbif.org/developer/species#nameUsages
*/ */
public function nameUsage(array $args = [], $data = 'all', $key = NULL, $uuid = NULL, $short_name = NULL) { public function nameUsage(array $args = [], $data = 'all', $key = NULL, $uuid = NULL, $short_name = NULL) {
// Default values. // Default values.
...@@ -147,7 +147,7 @@ class Species extends Gbif { ...@@ -147,7 +147,7 @@ class Species extends Gbif {
* $species = new Species(); * $species = new Species();
* *
* // All data for species #2435099; * // All data for species #2435099;
* $species->nameUsage(2435099]); * $species->nameUsageByKey(2435099);
* @endcode * @endcode
* *
* @param int $key * @param int $key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment