Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory committed Sep 4, 2024
1 parent 50ef9be commit 58bfa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/license/license_detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type Config struct {
CompatibleLicenses []string
ConfidenceThreshold float32
// ConfidenceOverrideThreshold is the limit at which a detected license overrides all other detected licenses.
// Defaults to 98.
// Defaults to 98%.
ConfidenceOverrideThreshold float32
}

Expand Down

0 comments on commit 58bfa3d

Please sign in to comment.