[IFT] Fix Smart Type Completion lesson

GitOrigin-RevId: 66d893032dab99fcd5e3a387e7dc21f2d999f655
This commit is contained in:
Alexey Merkulov
2020-11-23 18:27:48 +03:00
committed by intellij-monorepo-bot
parent 26864e028e
commit 6a28e5286f
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ java.smart.type.completion.lesson.name=Smart type completion
java.smart.type.completion.apply=Smart Type Completion filters the list of suggestions to include only the types applicable \
within the current context. Press {0} to see the list of matching suggestions. Choose the first one by pressing {1}.
java.smart.type.completion.return=Smart Type Completion can also suggest code for a return statement. \
Press {0} twice to see the Lookup menu for a return. Choose the first one by pressing {1}
Press {0} to see the Lookup menu for a return. Choose the first one by pressing {1}
java.statement.completion.lesson.name=Statement completion
java.statement.completion.complete.for=Press {0} to complete the {1} statement.