Merge pull request #2399 from frk1705/patch-1

Fix example in editor-view.coffee
This commit is contained in:
Kevin Sawicki
2014-05-27 08:51:28 -07:00

View File

@@ -28,7 +28,7 @@ LongLineLength = 1000
# ## Iterating over the open editor views
#
# ```coffee
# for editorView in atom.workspace.getEditorViews()
# for editorView in atom.workspaceView.getEditorViews()
# console.log(editorView.getEditor().getPath())
# ```
#