Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 6, 2025
1 parent ab65e21 commit 932c978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/layout-chain-.R
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ chain_layout_add.QuadLayout <- function(object, layout, object_name) {
object_name(layout), object_name(object)
),
i = sprintf(
"{.arg data} in %s return is an empty matrix",
"{.arg data} in %s is an empty matrix",
object_name(layout)
)
))
Expand Down

0 comments on commit 932c978

Please sign in to comment.