Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Aug 20, 2022
1 parent 91478d2 commit 3aac183
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/score/calculator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ pub struct TermData<'a> {
// Current expanded term from the expanded terms generated
// from the current query term `query_term`
pub query_term_expanded: &'a str,

// All available query terms
// Total number of query terms present in the query this TermData was created from
pub query_terms_len: usize
}

Expand Down

0 comments on commit 3aac183

Please sign in to comment.