Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from bshi/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md code sample
  • Loading branch information
pgundlach committed Feb 17, 2016
2 parents 72617a2 + b4e488c commit 1396c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
ci.tree.Walk(walk)
ci.Tree.Walk(walk)
}
```

Expand Down

0 comments on commit 1396c97

Please sign in to comment.