Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/filterComposer.js

Issue 5750244981604352: Noissue - Fixed typo in documentation of composeFilters() breaking JsDoc output (Closed)
Patch Set: Created April 15, 2015, 3:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterComposer.js
===================================================================
--- a/lib/filterComposer.js
+++ b/lib/filterComposer.js
@@ -63,7 +63,7 @@
* Generates filters to block an element.
* @param {Object} details
* @param {string} details.tagName The element's tag name
- * @param {string} detials.id The element's "id" attribute
+ * @param {string} details.id The element's "id" attribute
* @param {string} details.src The element's "src" attribute
* @param {string} details.style The element's "style" attribute
* @param {string[]} details.classes The classes given by the element's "class" attribute
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld