We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7b099 commit 45318f6Copy full SHA for 45318f6
src/formatter.ts
@@ -28,7 +28,7 @@ interface Distance {
28
}
29
30
export interface FormatterOptions {
31
- /** Defaults to 100. */
+ /** Defaults to Tables.SOFTMAX_FACTOR. */
32
softmaxFactor?: number;
33
34
/** Defaults to `false`. */
0 commit comments