Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 057e95b

Browse files
committed
fixed comment
1 parent f3e2207 commit 057e95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/contentscript-end.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ var messager = vAPI.messaging.channel('contentscript-end.js');
260260
attrValue = node.getAttribute(attr);
261261
if ( !attrValue ) { continue; }
262262
// Candidate 1 = generic form
263-
// If specific form is injected, no need to process specific
263+
// If generic form is injected, no need to process the specific
264264
// form, as the generic will affect all related specific forms
265265
selector = '[' + attr + '="' + attrValue + '"]';
266266
if ( generics.hasOwnProperty(selector) ) {

0 commit comments

Comments
 (0)