Skip to content

Commit 7f736d7

Browse files
committed
fix typo
1 parent 5896093 commit 7f736d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: between/between_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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.
2+
// if a number is between two other numbers via regex
3+
// and by parsing the number as integers.
44
package between
55

66
import (

Diff for: concat/concat_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package concat benchmarks the performance of
2-
// various string concatination methods.
3-
// Instead of just concat a string to another string
2+
// various string concatenation methods.
3+
// Instead of just concatenating a string to another string
44
// it is also possible (and much faster) to use
55
// a bytes buffer.
66
package concat

0 commit comments

Comments
 (0)