Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 0f5a224

Browse files
Merge pull request #614 from jasonals/patch-1
Fix typo
2 parents a147d64 + bb88eca commit 0f5a224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/fromnodecallback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Converts a Node.js callback style function to an observable sequence. This must
1717
var fs = require('fs'),
1818
Rx = require('rx');
1919

20-
// Wrap fs.exists
20+
// Wrap fs.rename
2121
var rename = Rx.Observable.fromNodeCallback(fs.rename);
2222

2323
// Rename file which returns no parameters except an error

0 commit comments

Comments
 (0)