lib/file: fix doc of `Path::filename`
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 26 Jun 2015 17:59:00 +0000 (13:59 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 30 Jun 2015 16:38:00 +0000 (12:38 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/standard/file.nit

index 00575f2..97a3a3b 100644 (file)
@@ -360,7 +360,7 @@ class Path
        # Path to this file
        redef fun to_s do return path
 
-       # Name of the file name at `to_s`
+       # Short name of the file at `to_s`
        #
        # ~~~
        # var path = "/tmp/somefile".to_path