aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTej Chajed <tchajed@mit.edu>2018-11-29 07:58:06 -0500
committerTej Chajed <tchajed@mit.edu>2018-11-29 07:58:06 -0500
commit15736d477bd0c6e893f623407f8d58900f97ece2 (patch)
treedde02a53f4301aec1ec2ac5272c4db6217e0bfee
parente313e296c1e284d908adcb95bf4f2812617d4de1 (diff)
downloadgitignore-15736d477bd0c6e893f623407f8d58900f97ece2.tar.gz
gitignore-15736d477bd0c6e893f623407f8d58900f97ece2.zip
[Go] Fix typo in comment
-rw-r--r--Go.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/Go.gitignore b/Go.gitignore
index f1c181ec..f2dd9554 100644
--- a/Go.gitignore
+++ b/Go.gitignore
@@ -5,7 +5,7 @@
*.so
*.dylib
-# Test binary, build with `go test -c`
+# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE