Skip to content

Commit 279e398

Browse files
committed
fix typo
Signed-off-by: Daniel Stamer <[email protected]>
1 parent f2858ac commit 279e398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tortune/tortune.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import (
55
"time"
66
)
77

8-
const Version = "0.0.13"
8+
const Version = "0.0.14"
99

1010
var (
1111
db = [...]string{
12-
"Chrome is here the heart is",
12+
"Chrome is were the heart is",
1313
"Chrome Sweet Chrome",
1414
"There is no place like Chrome",
1515
"['🥚','🐔'].shuffle.pop",

0 commit comments

Comments
 (0)