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

Commit 815192f

Browse files
Updating syntax for consistency
1 parent 85c9458 commit 815192f

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
@@ -578,7 +578,7 @@ class TextBuffer
578578
# that can be used to load the file's content.
579579
# * `createWriteStream` A {Function} that returns a `Writable` stream
580580
# 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
581+
# * `existsSync` A {Function} that returns a {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)