ropensci / rredlist

IUCN Red List API Client
https://docs.ropensci.org/rredlist
Other
50 stars 15 forks source link

fix typos and replace \code{} by markdown tags #60

Closed KevCaz closed 1 week ago

KevCaz commented 2 weeks ago

Description

This is part of my review for ropensci of the new version of the package, I thought it would be easier to do these small change as I was reviewing the package.

Example

Add final dots, fix a few typos and replaces \code{} tags with their markdown equivalent, \code{\link[crul]{HttpClient}} becomes [HttpClient][crul::HttpClient()].

Hope this helps.

willgearty commented 1 week ago

Above and beyond, thanks @KevCaz!