Skip to content

Commit

Permalink
Fix small typos in function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpardo committed Jan 27, 2021
1 parent d2882aa commit 8dac159
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion R/ebirdfreq.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#'
#' @return *This function currently returns an error, but also provides
#' the constructed url to manually obtain the datafor the location and
#' the constructed url to manually obtain the data for the location and
#' dates requested through your browser.*
#' @return A data frame containing the collected information. If in long format:
#' @return "monthQt": month and week (eBird data divides each month by four weeks)
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdgeo.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @param sleep Time (in seconds) before function sends API call (defaults to
#' zero. Set to higher number if you are using this function in a loop with
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' @param key eBird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' environment variable called \code{EBIRD_KEY}.
#'@param ... Curl options passed on to \code{\link[httr]{GET}}
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdhotspot.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' @param sleep Time (in seconds) before function sends API call (defaults to
#' zero. Set to higher number if you are using this function in a loop with
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' @param key eBird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdnotable.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' @param sleep Time (in seconds) before function sends API call (defaults to
#' zero. Set to higher number if you are using this function in a loop with
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' @param key eBird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdtaxonomy.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @return "speciesCode": Unique species code.
#' @return "category": Taxon's species category.
#' @return "taxonOrder": Numeric value determining the order in which taxonomic lists are presented.
#' @return "bandingCodes": Taxon's ABA bandind code(s).
#' @return "bandingCodes": Taxon's ABA banding code(s).
#' @return "comNameCodes": Taxon's common name code(s).
#' @return "sciNameCodes": Taxon's scientific name code(s).
#' @return "order": Taxon's order.
Expand Down
2 changes: 1 addition & 1 deletion R/nearestobs.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @param sleep Time (in seconds) before function sends API call (defaults to
#' zero. Set to higher number if you are using this function in a loop with
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' @param key eBird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
Expand Down
2 changes: 1 addition & 1 deletion man/ebirdfreq.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ebirdgeo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ebirdhotspot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ebirdnotable.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ebirdtaxonomy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/nearestobs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8dac159

Please sign in to comment.