rosettacode: Fix spelling mistakes
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sat, 20 May 2017 23:06:39 +0000 (19:06 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sat, 20 May 2017 23:06:39 +0000 (19:06 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

examples/rosettacode/align_columns.nit

index edbee46..d7602a7 100644 (file)
@@ -6,7 +6,7 @@
 # Task: Align columns
 # SEE: <http://rosettacode.org/wiki/Align_columns>
 #
-# Use `Text::justify` for the standard library.
+# Uses `Text::justify` from the standard library.
 module align_columns
 
 fun aligner(text: String, left: Float)