]> source.dussan.org Git - gitignore.git/commitdiff
[Go] Fix typo in comment 2895/head
authorTej Chajed <tchajed@mit.edu>
Thu, 29 Nov 2018 12:58:06 +0000 (07:58 -0500)
committerTej Chajed <tchajed@mit.edu>
Thu, 29 Nov 2018 12:58:06 +0000 (07:58 -0500)
Go.gitignore

index f1c181ec9c5c921245027c6b452ecfc1d3626364..f2dd9554a12fd7acdc62e60e8eccae086f718be2 100644 (file)
@@ -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