rosettacode: Fix spelling mistakes
[nit.git] / 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)