From ed4a8a8f18caca77434e26b8ce4620ff87a0b367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Thu, 20 Jun 2019 14:10:57 +0000 Subject: [PATCH] "other other" -> "other" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b68af0..7fe8cb3 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ on the command line. Conversely, you can check a golang source as if it were pure text by using `-source=text`. You might want to do this since many variable names have misspellings in them! -### Can I check only-comments in other other programming languages? +### Can I check only-comments in other programming languages? I'm told the using `-source=go` works well for ruby, javascript, java, c and c++.