Skip to content

Commit 4743f68

Browse files
committed
Fix typo
1 parent e4be345 commit 4743f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var switchPlannerEnabledFor = {};
44
// Detailed information recorded when the HTTPS Switch Planner is active.
55
// Structure is:
6-
// switchPlannerInfo[tabId]["rw"/"nrw"[resource_host][active_content][url];
6+
// switchPlannerInfo[tabId]["rw"/"nrw"][resource_host][active_content][url];
77
// rw / nrw stand for "rewritten" versus "not rewritten"
88
var switchPlannerInfo = {};
99

0 commit comments

Comments
 (0)