Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / bench_string_super.nit
index c78f448..be157b3 100644 (file)
@@ -23,4 +23,4 @@ while i < n do
        s = "Je dis «{s}» et redis «{s}» et trois fois de plus : «{s}{s}{s}».\n"
        i = i + 1
 end
-print(s.length)
+print s.byte_length