diff --git a/core/io/files/files-docs.factor b/core/io/files/files-docs.factor index d18babf31b..dd550070a4 100755 --- a/core/io/files/files-docs.factor +++ b/core/io/files/files-docs.factor @@ -277,7 +277,7 @@ HELP: append-path HELP: prepend-path { $values { "str1" "a string" } { "str2" "a string" } { "str" "a string" } } -{ $description "Concatenates two pathnames." } ; +{ $description "Appends str1 onto str2 to form a pathname." } ; { append-path prepend-path } related-words