From 736342b5276bf6e50c9f873ffd16c56e85e8a2c7 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 17 Sep 2014 15:59:22 -0700 Subject: [PATCH] Fix the title duplication --- src/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.coffee b/src/editor.coffee index 5dfab85d0..3e0b5bd37 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -492,7 +492,7 @@ class Editor extends Model Section: File Details ### - # Essential: Get the title the editor's title for display in other parts of the + # Essential: Get the editor's title for display in other parts of the # UI such as the tabs. # # If the editor's buffer is saved, its title is the file name. If it is