Merge pull request #21 from Geravant/igor/introduction-to-objects-creating-classes-exercise4-EDC-426
fix(Introduction to Objects - Creating Classes - Exercise 4): The fun…
This commit is contained in:
commit
50b127aaf1
|
@ -7,7 +7,7 @@ Press <span class="shortcut">&shortcut:QuickJavaDoc;</span> when the caret is
|
|||
on a class or a function usage, and IntelliJ IDEA will show you the available
|
||||
documentation for this function or class.
|
||||
|
||||
Put the caret on the `String` type and its `get()` and `length()` member
|
||||
Put the caret on the `String` type and its `toUpperCase()` and `toLowerCase()` member
|
||||
functions, then use <span class="control">`Quick Documentation`</span>.
|
||||
Press <span class="shortcut">&shortcut:EditorEscape;</span> to close the
|
||||
quick documentation pop-up.
|
||||
|
|
Loading…
Reference in New Issue