1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

comment grammar

This commit is contained in:
gorhill 2015-09-30 09:35:24 -04:00
parent 8d294869fe
commit c141a29295

View File

@ -31,8 +31,8 @@
/******************************************************************************/ /******************************************************************************/
// Not all sandbox are given an rpc function, so assign a dummy one it is // Not all sandboxes are given an rpc function, so assign a dummy one if it is
// missing -- this avoids the need for constantly testing before use. // missing -- this avoids the need for testing before use.
self.rpc = self.rpc || function(){}; self.rpc = self.rpc || function(){};