📝 Convert PaneView docs

This commit is contained in:
Ben Ogle
2014-08-22 16:19:53 -07:00
parent d7f3add250
commit c294208f87
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ PropertyAccessors = require 'property-accessors'
Pane = require './pane'
# Public: A container which can contains multiple items to be switched between.
# Extended: A container which can contains multiple items to be switched between.
#
# Items can be almost anything however most commonly they're {EditorView}s.
#

View File

@@ -5,7 +5,7 @@ PaneAxis = require './pane-axis'
Editor = require './editor'
PaneView = null
# Public: A container for multiple items, one of which is *active* at a given
# Extended: A container for multiple items, one of which is *active* at a given
# time. With the default packages, a tab is displayed for each item and the
# active item's view is displayed.
#