Skip to content

Commit 693fd73

Browse files
lhauspietheodesp
authored andcommitted
fix(typo on leftist): replace leftlist by leftist (#33)
1 parent c19d3b0 commit 693fd73

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- linux
55

66
# This project contains references to the absolute GitHub path,
7-
# e.g. github.com/theodesp/go-heaps/leftlist.
7+
# e.g. github.com/theodesp/go-heaps/leftist.
88
# That means, by default, if someone forks the repo and makes changes, Travis
99
# won't pass for the branch on their own repo. To fix that, we move the
1010
# directory.

example/leftlist/leftlist.go renamed to example/leftist/leftist.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package main
22

33
import (
4-
"github.com/theodesp/go-heaps"
5-
"github.com/theodesp/go-heaps/leftlist"
64
"fmt"
5+
6+
"github.com/theodesp/go-heaps"
7+
"github.com/theodesp/go-heaps/leftist"
78
)
89

910
func main() {

0 commit comments

Comments
 (0)