From 4ff847d4ee649ee80cd5ec042b35f056d2aae4e6 Mon Sep 17 00:00:00 2001 From: Hadi Hariri Date: Thu, 8 Jan 2015 17:48:09 +0100 Subject: [PATCH] Fixes --- tutorials/editor_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/editor_basics.md b/tutorials/editor_basics.md index 0fa1f0d25..6f540b472 100644 --- a/tutorials/editor_basics.md +++ b/tutorials/editor_basics.md @@ -17,7 +17,7 @@ section. #Editor An instance on IntelliJ IDEA editor is represented by an interface [Editor.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/editor/Editor.java), -and it's implementation can be found in a class +and a default implementation can be found in the class [EditorImpl.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java). ##Get an instance of the active editor