Skip to content

Commit

Permalink
fix major typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnuss committed Sep 20, 2023
1 parent 5986e7e commit 05c3203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/map_create.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ dim.map <- function(x) {

z$type <- glue::glue("{x$type} x {y$type}")

return(x)
return(z)
}

0 comments on commit 05c3203

Please # to comment.