From 7db29def15f4bb4bd06acb475b03b54a89c4a96b Mon Sep 17 00:00:00 2001 From: stonio Date: Mon, 10 Jul 2017 11:30:16 +0200 Subject: [PATCH] Fix comment syntax --- types/jquery/test/learn-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/jquery/test/learn-tests.ts b/types/jquery/test/learn-tests.ts index 5a1e69675e..17fc7cd285 100644 --- a/types/jquery/test/learn-tests.ts +++ b/types/jquery/test/learn-tests.ts @@ -1,6 +1,6 @@ -# From https://learn.jquery.com/plugins/basic-plugin-creation/ +// From https://learn.jquery.com/plugins/basic-plugin-creation/ -## Basic Plugin Authoring +// Basic Plugin Authoring interface JQuery { greenify: GreenifyPlugin;