Skip to content

Commit

Permalink
Updated docs to follow go doc standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bruse committed Apr 20, 2024
1 parent 42628af commit b92014f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/data/study.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ import (
)

const (
// Mean opinion score from human evaluators.
// MOS is mean opinion score from human evaluators.
MOS ScoreType = "MOS"
// Zimtohrli distance.
// Zimtohrli is the Zimtohrli distance.
Zimtohrli ScoreType = "Zimtohrli"
)

Expand Down

0 comments on commit b92014f

Please sign in to comment.