Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 85c9458

Browse files
Change order so that ___WriteStream functions are together
1 parent 2319913 commit 85c9458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text-buffer.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ class TextBuffer
576576
# * `getPath` A {Function} that returns the {String} path to the file.
577577
# * `createReadStream` A {Function} that returns a `Readable` stream
578578
# that can be used to load the file's content.
579-
# * `existsSync` A {function} that returns the {Boolean}, true if the file exists, false otherwise
580579
# * `createWriteStream` A {Function} that returns a `Writable` stream
581580
# that can be used to save content to the file.
581+
# * `existsSync` A {function} that returns the {Boolean}, true if the file exists, false otherwise
582582
# * `onDidChange` (optional) A {Function} that invokes its callback argument
583583
# when the file changes. The method should return a {Disposable} that
584584
# can be used to prevent further calls to the callback.

0 commit comments

Comments
 (0)