We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5896093 commit 7f736d7Copy full SHA for 7f736d7
between/between_test.go
@@ -1,6 +1,6 @@
1
// Package between compares the performance of checking
2
-// if a number is between to other numbers via regex
3
-// and by parsing the number as integer.
+// if a number is between two other numbers via regex
+// and by parsing the number as integers.
4
package between
5
6
import (
concat/concat_test.go
// Package concat benchmarks the performance of
-// various string concatination methods.
-// Instead of just concat a string to another string
+// various string concatenation methods.
+// Instead of just concatenating a string to another string
// it is also possible (and much faster) to use
// a bytes buffer.
package concat
0 commit comments