Skip to content

Commit

Permalink
Fix typo: "/" -> "\" (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
exigow authored Feb 7, 2024
1 parent 1204f1c commit 16d0496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Prerequisite: You have to be **signed in**. This is important because we expect
System.out.
```
2. Place a cursor at the end of the `System.out.` line.
3. Trigger autocompletion with <kbd>Alt</kbd> + <kbd>/</kbd>.
3. Trigger autocompletion with <kbd>Alt</kbd> + <kbd>\</kbd> (or <kbd>option</kbd> + <kbd>\</kbd> on Mac).

#### Expected behaviour

Expand All @@ -85,7 +85,7 @@ Prerequisite: You have to be **signed in**. This is important because we expect
public void bubbleSort(int[] array) {
```
2. Place the cursor at the end of the line.
3. Trigger autocompletion with <kbd>Alt</kbd> + <kbd>/</kbd>.
3. Trigger autocompletion with <kbd>Alt</kbd> + <kbd>\</kbd> (or <kbd>option</kbd> + <kbd>\</kbd> on Mac).

#### Expected behaviour

Expand All @@ -99,7 +99,7 @@ Prerequisite: You have to be **signed in**. This is important because we expect
System.out.println("Hello World!");
```
2. Place cursor at the end of the `// print ` line.
3. Trigger autocompletion with <kbd>Alt</kbd> + <kbd>/</kbd>.
3. Trigger autocompletion with <kbd>Alt</kbd> + <kbd>\</kbd> (or <kbd>option</kbd> + <kbd>\</kbd> on Mac).

#### Expected behaviour

Expand Down

0 comments on commit 16d0496

Please sign in to comment.