Typo Fix on '1. Watch' section.

Removed a double 'in in' on the '1. Watch...' section.
This commit is contained in:
Felipe Lerma 2017-09-21 11:13:58 -07:00 committed by GitHub
parent 3cc5f4c62f
commit 4b8f153f6d

View file

@ -101,7 +101,7 @@ Please open the informational dropdowns to the right (labeled with arrows). They
1. **`Watch` -- shows current values for any expressions.** 1. **`Watch` -- shows current values for any expressions.**
You can click the plus `+` and input an expression. The debugger will show its value at any moment, automatically recalculating it in in the process of execution. You can click the plus `+` and input an expression. The debugger will show its value at any moment, automatically recalculating it in the process of execution.
2. **`Call Stack` -- shows the nested calls chain.** 2. **`Call Stack` -- shows the nested calls chain.**