Skip to content

Commit 4690cd2

Browse files
authored
Update app/models/crate.js
1 parent 33f2170 commit 4690cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/crate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default class Crate extends Model {
1313
/**
1414
* This is the default version that will be shown when visiting the crate
1515
* details page. Note that this value can be `null`, which may be unexpected.
16-
* @return {string}
16+
* @type {string | null}
1717
*/
1818
@attr default_version;
1919
@attr yanked;

0 commit comments

Comments
 (0)