Skip to content

Commit

Permalink
Fix docs for stamp method
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Aug 5, 2015
1 parent eafa3e5 commit 8adbe60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/template/templatizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -451,4 +451,4 @@

};

</script>
</script>

0 comments on commit 8adbe60

Please sign in to comment.