From 236c32c7620c8d691b89ba74cf3dbdc7bd606103 Mon Sep 17 00:00:00 2001 From: Liam Mann Date: Tue, 7 Mar 2017 12:32:28 +0000 Subject: [PATCH] Updated comment for local Converter instance --- showdown/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showdown/index.d.ts b/showdown/index.d.ts index 70b8d2abca..6ffaeaa1d1 100644 --- a/showdown/index.d.ts +++ b/showdown/index.d.ts @@ -257,7 +257,7 @@ declare namespace Showdown { removeExtension(extensions: ShowdownExtension[] | ShowdownExtension): void; /** - * Setting a "local" flavor affects all instances of showdown + * Set a "local" flavor for THIS Converter instance * * @param flavor name */