Skip to content

Commit

Permalink
Update R/packer.R
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Hinsley <[email protected]>
  • Loading branch information
richfitz and weshinsley authored Oct 2, 2024
1 parent ed34d63 commit f8982f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/packer.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
##'
##' The input to `pack()` will be the shape that `unpack()` returned;
##' a named list of numerical vectors, matrices and arrays. The names
##' must correspond do the names if your packer (i.e., `scalar` and
##' must correspond to the names in your packer (i.e., `scalar` and
##' the names of `array`). Each element has dimensions
##'
##' ```
Expand Down

0 comments on commit f8982f2

Please sign in to comment.