Skip to content

Commit 3720063

Browse files
jonmbakeCopilot
andauthored
Minor - comment clarification
Co-authored-by: Copilot <[email protected]>
1 parent 22d3cbf commit 3720063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const Terminal = ({
9797
return history.length - 1;
9898
}
9999

100-
// If we're in the last history entry and user presses ArrowDown, go back to the temporary input value.
100+
// If we're at the most recent history entry and user presses ArrowDown, go back to the temporary input value.
101101
if (oldIndex === history.length - 1 && direction === 1) {
102102
setCurrentLineInput(tmpInputValue);
103103
setTmpInputValue("");

0 commit comments

Comments
 (0)