Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 1, 2020
1 parent 3ec99f9 commit 5bd0153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/unix_formatting.js
Expand Up @@ -1013,10 +1013,10 @@
case 'B': // Down
cursor.y += value;
break;
case 'C': // forward
case 'C': // Forward
cursor.x += value;
break;
case 'D': // Back
case 'D': // Backward
cursor.x -= value;
break;
case 'E': // Cursor Next Line
Expand Down

0 comments on commit 5bd0153

Please sign in to comment.