io.directories: fix typo in example
							parent
							
								
									1270167513
								
							
						
					
					
						commit
						ae7b44e5eb
					
				| 
						 | 
					@ -52,7 +52,7 @@ HELP: with-directory-files
 | 
				
			||||||
{ $examples
 | 
					{ $examples
 | 
				
			||||||
    "Print all files in your home directory which are larger than a megabyte:"
 | 
					    "Print all files in your home directory which are larger than a megabyte:"
 | 
				
			||||||
    { $code
 | 
					    { $code
 | 
				
			||||||
        """USING: io.directoies io.files.info io.pathnames ;
 | 
					        """USING: io.directories io.files.info io.pathnames ;
 | 
				
			||||||
home [
 | 
					home [
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
        dup link-info size>> 20 2^ >
 | 
					        dup link-info size>> 20 2^ >
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue