io.directories: fix typo in example
parent
1270167513
commit
ae7b44e5eb
|
|
@ -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^ >
|
||||
|
|
|
|||
Loading…
Reference in New Issue