#DOCUMENTATION by mawalch
authormawalch
Tue, 30 May 2017 18:04:44 +0200
changeset 21779 1033ac050886
parent 21778 23a7d326887c
child 21780 eb9a737f9e09
#DOCUMENTATION by mawalch class: Filename class comment/format in: #documentation
Filename.st
--- a/Filename.st	Tue May 30 17:52:46 2017 +0200
+++ b/Filename.st	Tue May 30 18:04:44 2017 +0200
@@ -63,12 +63,12 @@
 
         Filename newTemporary writeStream
 
-    Beside lots of protocol to query for a files attributes, the class
+    Beside lots of protocol to query for a file's attributes, the class
     protocol offers methods for filename completion, to construct paths
     (in an OS-independent way) and to create temporary files.
-    Especially the path-construction methods (i.e. #construct:) are highly
+    Especially the path construction methods (i.e. #construct:) are highly
     recommended in order to avoid having OS details (like directory separators
-    being slash or backslash) spreaded in your application.
+    being slash or backslash) spread in your application.
 
     Since Filenames have different semantics under different operating systems,
     class methods are delegated to concrete implementations in various subclasses like