mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix typo
This commit is contained in:
parent
8d5f443fcd
commit
194e74ec38
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ fn main() -> io::Result<()> {
|
||||||
if !output_path.exists() || output_path.is_dir() {
|
if !output_path.exists() || output_path.is_dir() {
|
||||||
roc_glue::generate(input_path, output_path, spec_path)
|
roc_glue::generate(input_path, output_path, spec_path)
|
||||||
} else {
|
} else {
|
||||||
eprintln!("`roc glue` requries that the output is a directory. The individual implementations might generate multiple files.");
|
eprintln!("`roc glue` must be given a directory to output into, because the glue might generate multiple files.");
|
||||||
|
|
||||||
Ok(1)
|
Ok(1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue