From 2bf7adef5c18fd850e996fa226ad7d26af0bf761 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Tue, 30 Apr 2013 15:14:15 -0700 Subject: [PATCH] A slight modification to EditSession --- src/app/edit-session.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/edit-session.coffee b/src/app/edit-session.coffee index 98bf361f7..ee4d1d3e9 100644 --- a/src/app/edit-session.coffee +++ b/src/app/edit-session.coffee @@ -1122,7 +1122,7 @@ class EditSession # Returns an {Array} of {Cursor}s. getCursors: -> new Array(@cursors...) - # Public: Retrieves a single cursor + # Public: Retrieves the most recently added cursor. # # Returns a {Cursor}. getCursor: ->