Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff18b10

Browse filesBrowse files
committed
Merge pull request immutable-js#513 from b0ri5/patch-1
Use a lower case 'I' in the typescript reference
2 parents 92eb28f + 8f213db commit ff18b10
Copy full SHA for ff18b10

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Just add a reference with a relative path to the type declarations at the top
8686
of your file.
8787

8888
```javascript
89-
///<reference path='./node_modules/immutable/dist/Immutable.d.ts'/>
89+
///<reference path='./node_modules/immutable/dist/immutable.d.ts'/>
9090
import Immutable = require('immutable');
9191
var map1: Immutable.Map<string, number>;
9292
map1 = Immutable.Map({a:1, b:2, c:3});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.