mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 fix arugments not marked as such [ci skip]
This commit is contained in:
@@ -316,7 +316,7 @@ class GitRepository
|
||||
|
||||
# Public: Get the status of a single path in the repository.
|
||||
#
|
||||
# `path` A {String} repository-relative path.
|
||||
# * `path` A {String} repository-relative path.
|
||||
#
|
||||
# Returns a {Number} representing the status. This value can be passed to
|
||||
# {::isStatusModified} or {::isStatusNew} to get more information.
|
||||
|
||||
@@ -177,7 +177,7 @@ class TextEditorElement extends HTMLElement
|
||||
|
||||
# Extended: Continuously reflows lines and line numbers. (Has performance overhead)
|
||||
#
|
||||
# `continuousReflow` A {Boolean} indicating whether to keep reflowing or not.
|
||||
# * `continuousReflow` A {Boolean} indicating whether to keep reflowing or not.
|
||||
setContinuousReflow: (continuousReflow) ->
|
||||
@component?.setContinuousReflow(continuousReflow)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user