Skip to content
Snippets Groups Projects
Unverified Commit 776491db authored by Todor Kondic's avatar Todor Kondic
Browse files

Fix typo

* R/api.R(load_data_input): Fix typo.
parent da8c4711
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ load_data_input <- function(m) {
##' @export
load_inputs <- function(m) {
m <- load_compound_inputs(m)
m <- load_compound_input(m)
m <- load_data_input(m)
m
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment