Skip to content

Commit

Permalink
Update apis/r/R/SOMAExperiment.R
Browse files Browse the repository at this point in the history
Co-authored-by: John Kerl <[email protected]>
  • Loading branch information
mojaveazure and johnkerl committed May 23, 2023
1 parent c27bab4 commit 5eedbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/r/R/SOMAExperiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SOMAExperiment <- R6::R6Class(
) {
.check_seurat_installed()
stopifnot(
"'X_layers' must be named list" = is_named_list(
"'X_layers' must be a named list" = is_named_list(
X_layers,
allow_empty = FALSE
),
Expand Down

0 comments on commit 5eedbaf

Please sign in to comment.