package sheet
// Match encapsulates search matches within cheatsheets
type Match struct {
Line int
Text string
}