diff --git a/resources-en/src/tips/IntroduceVariableIncompleteCode.html b/resources-en/src/tips/IntroduceVariableIncompleteCode.html index 9101cf6994b3..470358a1864b 100644 --- a/resources-en/src/tips/IntroduceVariableIncompleteCode.html +++ b/resources-en/src/tips/IntroduceVariableIncompleteCode.html @@ -6,7 +6,7 @@
- You can use the Introduce Variable + You can use the Extract Variable refactoring even on incomplete statements. Just select the necessary block in the editor and press &shortcut:IntroduceVariable;.
