stdlib/pattern: Rendered Pattern compatible with all Text representations instead...
[nit.git] / lib / standard / string.nit
index e1efccd..e04391e 100644 (file)
@@ -1515,7 +1515,7 @@ redef class Collection[E]
        #
        #     assert [1, 2, 3].join(":")         == "1:2:3"
        #     assert [1..3].join(":")            == "1:2:3"
-       fun join(sep: String): String
+       fun join(sep: Text): String
        do
                if is_empty then return ""