File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ impl Target {
10861086        * self . kind ( )  == TargetKind :: CustomBuild 
10871087    } 
10881088
1089-     /// Returns `true` if it is a compile time depencencies , e.g., build script or proc macro 
1089+     /// Returns `true` if it is a compile time dependencies , e.g., build script or proc macro 
10901090pub  fn  is_compile_time_dependency ( & self )  -> bool  { 
10911091        self . is_custom_build ( )  || self . proc_macro ( ) 
10921092    } 
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ both directories point to a directory named `target` in the root of your
77value, or the ` --target-dir `  command-line flag. To change the location of the build-dir, you can set the
88` CARGO_BUILD_BUILD_DIR `  [ environment variable]  or the [ ` build.build-dir ` ]  config value.
99
10- Artifacts are split in two catagories :
10+ Artifacts are split in two categories :
1111*  Final build artifacts
1212  *  Final build artifacts are output meant for end users of Cargo
1313  *  e.g. binaries for bin crates, output of ` cargo doc ` , Cargo ` --timings `  reports
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments