Skip to content

Commit

Permalink
Merge pull request #63 from josephwb/patch-1
Browse files Browse the repository at this point in the history
remove extra brackets
  • Loading branch information
sckott authored Mar 2, 2018
2 parents 992b0cc + a25a91b commit 4eec89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/searchbyterm.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
#'
#' @examples \dontrun{
#' # Find multiple species
#' (out <- searchbyterm(genus = "ochotona",
#' specificepithet = "(princeps OR collaris)", limit=10))
#' out <- searchbyterm(genus = "ochotona",
#' specificepithet = "(princeps OR collaris)", limit=10)
#'
#' # Specifying a range (in meters) for uncertainty in spatial location
#' # (use quotes)
Expand Down

0 comments on commit 4eec89e

Please sign in to comment.