From fb016fd27c979805c4997bc1b46ab9cf6db078f1 Mon Sep 17 00:00:00 2001 From: Dmitry Zolotov Date: Mon, 31 Oct 2022 05:14:44 +0300 Subject: [PATCH] Update README.md Removed ": function" from the constructor example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb07ef..eba75f1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Type a part of the keywords in snippet e.g., "construct" and press enter. ```javascript // Creates a constructor snippet -construct: function() { +construct() { this.base(arguments); }, ```