Skip to content

Commit

Permalink
Typo in Model Descriptions (#269)
Browse files Browse the repository at this point in the history
It should be "Downloaded" for .downloaded, not "Downloading"
  • Loading branch information
rk-helper authored Dec 5, 2024
1 parent 0af7146 commit 2b8737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WhisperKit/Core/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public enum ModelState: CustomStringConvertible {
case .downloading:
return "Downloading"
case .downloaded:
return "Downloading"
return "Downloaded"
}
}
}
Expand Down

0 comments on commit 2b8737c

Please sign in to comment.