Skip to content

Commit

Permalink
Minor docs fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Dec 18, 2012
1 parent 4d6fd86 commit 8ae6b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/selection.js
Expand Up @@ -716,9 +716,9 @@
* Gets the type of the current selection. The following values are
* available:
*
* * {@link CKEDITOR#SELECTION_NONE}</code> (1): No selection.
* * {@link CKEDITOR#SELECTION_TEXT}</code> (2): A text or a collapsed selection is selected.
* * {@link CKEDITOR#SELECTION_ELEMENT}</code> (3): An element is selected.
* * {@link CKEDITOR#SELECTION_NONE} (1): No selection.
* * {@link CKEDITOR#SELECTION_TEXT} (2): A text or a collapsed selection is selected.
* * {@link CKEDITOR#SELECTION_ELEMENT} (3): An element is selected.
*
* Example:
*
Expand Down

0 comments on commit 8ae6b55

Please sign in to comment.