From 41616c6fbd8228cf4362b421b32df0fd4d6ebdab Mon Sep 17 00:00:00 2001 From: Omar Alshaker Date: Tue, 24 Oct 2017 09:57:41 +0200 Subject: [PATCH] Fix missing comma in `Path.translate` JSDoc --- lib/utils/path.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/path.html b/lib/utils/path.html index 67c045665a..924c9d0abb 100644 --- a/lib/utils/path.html +++ b/lib/utils/path.html @@ -115,7 +115,7 @@ * Example: * * ``` - * Polymer.Path.translate('foo.bar', 'zot' 'foo.bar.baz') // 'zot.baz' + * Polymer.Path.translate('foo.bar', 'zot', 'foo.bar.baz') // 'zot.baz' * ``` * * @memberof Polymer.Path