Fix example in editor-view.coffee

This commit is contained in:
Maximilian Schüßler
2014-05-25 21:27:21 +02:00
parent 00987f3642
commit 7e5d554bd8

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())
# ```
#