Skip to content

Commit 2b8737c

Browse files
authored
Typo in Model Descriptions (#269)
It should be "Downloaded" for .downloaded, not "Downloading"
1 parent 0af7146 commit 2b8737c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WhisperKit/Core/Models.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public enum ModelState: CustomStringConvertible {
127127
case .downloading:
128128
return "Downloading"
129129
case .downloaded:
130-
return "Downloading"
130+
return "Downloaded"
131131
}
132132
}
133133
}

0 commit comments

Comments
 (0)