From 8adbe607d8d722662292976ac0351671409ef773 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Wed, 5 Aug 2015 10:16:45 -0700 Subject: [PATCH] Fix docs for stamp method --- src/lib/template/templatizer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/template/templatizer.html b/src/lib/template/templatizer.html index 9375cb7be7..b06aa6c0eb 100644 --- a/src/lib/template/templatizer.html +++ b/src/lib/template/templatizer.html @@ -377,7 +377,7 @@ * initial data configuration for the instance. Note that properties * from the host used in the template are automatically copied into * the model. - * @param {Polymer.Base} The Polymer.Base instance to manage the template + * @return {Polymer.Base} The Polymer.Base instance to manage the template * instance. */ stamp: function(model) { @@ -451,4 +451,4 @@ }; - \ No newline at end of file +