diff --git a/respodns/checks.py b/respodns/checks.py index b40dbac..3da5d3d 100644 --- a/respodns/checks.py +++ b/respodns/checks.py @@ -3,7 +3,7 @@ from .util import concat_nonsense, rot13, head from .structs import Check first = [ - # this avoids issues with chinese censorship. see: + # checking this first this avoids issues with censorship in China. see: # https://www.bortzmeyer.org/sichuan-pepper.html Check("common", "baidu.com"), ]