Skip to content

Commit

Permalink
Added comment for SearchNode
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Borders authored Mar 13, 2019
1 parent d8b905b commit ba4e67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bible.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Bible struct {
searchTree *trie.Trie
}

// SearchNode represents a search result for a given verse inquiry
type SearchNode struct {
Book *Book
Chapter *Chapter
Expand Down

0 comments on commit ba4e67b

Please sign in to comment.