Documentation: workspace.open( ) refrasing

This commit is contained in:
Vegar Vikan
2015-04-01 00:21:59 +02:00
parent fec8ea4272
commit 4cf34cc1fa

View File

@@ -371,8 +371,8 @@ class Workspace extends Model
Section: Opening
###
# Essential: Open a given URI in Atom asynchronously.
# If no URI is given, or URI does not resolve to an existing file,
# Essential: Opens the given URI in Atom asynchronously, if it's not already open.
# If no URI is given, or the URI is the path of a file that does not exist,
# a new empty text edtior is created.
#
# * `uri` (optional) A {String} containing a URI.