Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed Nov 20, 2015
1 parent cd403b1 commit 1585820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ list.indexOf(4); // -1
```typescript
let list = new ObservableList<string>(['a', 'b', 'c']);
list.contains('a'); // true
list.contains('b'); // false
list.contains('d'); // false
```

`ObservableList` also has `slice` behaviour:
Expand Down

0 comments on commit 1585820

Please sign in to comment.