From d6cb5505235e9299c4d489923b1b28f10a06e6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Tue, 24 Mar 2020 22:06:50 +0100 Subject: [PATCH] Updated smnp.collection (markdown) --- smnp.collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smnp.collection.md b/smnp.collection.md index 0debf44..edd422e 100644 --- a/smnp.collection.md +++ b/smnp.collection.md @@ -6,7 +6,7 @@ ## `list.flatten()` ## `list.contains(value)` ## `list.indexOf(value)` -## `list.join(separator: string = ", :)` +## `list.join(separator: string = ", ")` ## `list.isEmpty()` ## `list.isNotEmpty()` ## `list.dropIndex(index: int)`