Skip to content

Commit 87dc9c9

Browse files
Fix version number example
The version number in the example header follows a no-longer supported format.
1 parent 0352238 commit 87dc9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documents/guides/contributing.html.md.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The typing must have a header with the following format:
2525
If the version of the library is known then add it as a semver to the label.
2626

2727
````
28-
// Type definitions for Backbone v0.9.10
28+
// Type definitions for Backbone 0.9
2929
// Project: http://backbonejs.org/
3030
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
3131
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

0 commit comments

Comments
 (0)