Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Sep 6, 2021
1 parent e521c0e commit 6beb682
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
config:
- { os: windows-latest, r: '4.1'}
- { os: macOS-latest, r: '4.1'}
- { os: macOS-latest, r: 'release'}
- { os: ubuntu-18.04, r: '4.1', rspm: "https://packagemanager.rstudio.com/all/__linux__/bionic/latest"}
- { os: ubuntu-20.04, r: '4.1', rspm: "https://packagemanager.rstudio.com/all/__linux__/focal/latest"}

Expand Down
2 changes: 1 addition & 1 deletion R/H5P.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ H5Pget_version <- function(h5plist) {

#' Get and set the user block size
#' @param h5plist [H5IdComponent-class] object representing the file creation property list
#' @param Size of the user block in bytes
#' @param size of the user block in bytes
#' @rdname H5P_userblock
#' @export
H5Pset_userblock <- function(h5plist, size) {
Expand Down
2 changes: 1 addition & 1 deletion man/H5P_userblock.Rd

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

10 changes: 7 additions & 3 deletions man/H5Pshared_mesg_index.Rd

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

0 comments on commit 6beb682

Please sign in to comment.