Browse Source

cli: Typo fix (#932)

Luke Mahan 4 years ago
parent
commit
2f05903c75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/src/lib.rs

+ 1 - 1
cli/src/lib.rs

@@ -893,7 +893,7 @@ fn _build_cwd(
         std::process::exit(exit.status.code().unwrap_or(1));
         std::process::exit(exit.status.code().unwrap_or(1));
     }
     }
 
 
-    // Always assume idl is located ar src/lib.rs.
+    // Always assume idl is located at src/lib.rs.
     if let Some(idl) = extract_idl("src/lib.rs")? {
     if let Some(idl) = extract_idl("src/lib.rs")? {
         // JSON out path.
         // JSON out path.
         let out = match idl_out {
         let out = match idl_out {