📝 fix arugments not marked as such [ci skip]

This commit is contained in:
bene
2016-08-31 21:16:49 +02:00
parent 4a1b4cff23
commit 66dd70d19d
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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)