Skip to content

Commit b541029

Browse files
stemangiolaCopilot
andauthored
Update R/utilities.R
Co-authored-by: Copilot <[email protected]>
1 parent 8d74d74 commit b541029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utilities.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ simulate_feature_sample_from_tibble <- function(.data, ...) {
11171117
result_tibble <- tibble(!!f_(.data)$symbol := r, !!s_(.data)$symbol := c)
11181118

11191119
# BELOW IS THE MORE COMPLEX GROUP CASE
1120-
# THAT SLOWS DOWS 10x
1120+
# THAT SLOWS DOWN 10x
11211121
# IN THE FUTURE THIS COULD BE OPTIMISED
11221122

11231123
# Store original dimensions for use in rowData/colData processing

0 commit comments

Comments
 (0)