From f8982f203129eb5a3d274507fb1182c13b6517c2 Mon Sep 17 00:00:00 2001 From: Rich FitzJohn Date: Wed, 2 Oct 2024 09:48:15 +0100 Subject: [PATCH] Update R/packer.R Co-authored-by: Wes Hinsley --- R/packer.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/packer.R b/R/packer.R index a64ae5b..0517ecf 100644 --- a/R/packer.R +++ b/R/packer.R @@ -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 ##' ##' ```