Merge pull request #12566 from Ben3eeE/update-documentation

Fix arguments not marked as such
This commit is contained in:
Lee Dohm
2016-08-31 12:20:18 -07:00
committed by GitHub
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)