Skip to content

Commit

Permalink
Fix missing comma in Path.translate JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero authored and TimvdLippe committed Nov 15, 2017
1 parent 6e3ae2e commit 41616c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/path.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41616c6

Please sign in to comment.