diff --git a/stdlib/string.md b/stdlib/string.md index 3f7e79ebb..0632c7214 100644 --- a/stdlib/string.md +++ b/stdlib/string.md @@ -1177,7 +1177,7 @@ assert String.toAsciiUppercase("aBc123") == "ABC123" ### String.**repeat**
-Added in next +Added in 0.6.7 No other changes yet.