Skip to content

Commit

Permalink
docs(common/models): comment format adjustment per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Jul 8, 2024
1 parent 9e2f0b1 commit a7365ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/models/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ type TextWithProbability = {

/**
* The probability of the lexical entry, directly based upon its frequency.
*
* A real-number weight, from 0 to 1.
*/
p: number; // real-number weight, from 0 to 1
p: number;
}

/**
Expand Down

0 comments on commit a7365ab

Please sign in to comment.