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

Commit bb88eca

Browse files
committed
Fix typo
1 parent a147d64 commit bb88eca

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)