io.directories: fix typo in example

db4
Keita Haga 2010-11-14 17:18:56 +09:00
parent 1270167513
commit ae7b44e5eb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ HELP: with-directory-files
{ $examples
"Print all files in your home directory which are larger than a megabyte:"
{ $code
"""USING: io.directoies io.files.info io.pathnames ;
"""USING: io.directories io.files.info io.pathnames ;
home [
[
dup link-info size>> 20 2^ >