Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Jan 14, 2025
1 parent 91d64a0 commit a38da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/corridor.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ initial_corridor <- function(
return(river_valley(river, dem, bbox = bbox))
} else {
stop(
sprintf("Unknown method to initialize river corridor: {method}", method)
sprintf("Unknown method to initialize river corridor: %s", method)
)
}
}
Expand Down

0 comments on commit a38da70

Please sign in to comment.