mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
formatting fixes
This commit is contained in:
@@ -8,7 +8,8 @@ class DefaultDirectoryProvider
|
||||
# Public: Create a Directory that corresponds to the specified URI.
|
||||
#
|
||||
# * `uri` {String} The path to the directory to add. This is guaranteed not to
|
||||
# be contained by a {Directory} in `atom.project`.
|
||||
# be contained by a {Directory} in `atom.project`.
|
||||
#
|
||||
# Returns:
|
||||
# * {Directory} if the given URI is compatible with this provider.
|
||||
# * `null` if the given URI is not compatibile with this provider.
|
||||
@@ -25,7 +26,8 @@ class DefaultDirectoryProvider
|
||||
# Public: Create a Directory that corresponds to the specified URI.
|
||||
#
|
||||
# * `uri` {String} The path to the directory to add. This is guaranteed not to
|
||||
# be contained by a {Directory} in `atom.project`.
|
||||
# be contained by a {Directory} in `atom.project`.
|
||||
#
|
||||
# Returns a Promise that resolves to:
|
||||
# * {Directory} if the given URI is compatible with this provider.
|
||||
# * `null` if the given URI is not compatibile with this provider.
|
||||
|
||||
Reference in New Issue
Block a user