Fix manual typo

This commit is contained in:
CrystalSplitter 2024-11-15 21:00:33 -08:00 committed by CrystalJRAW
parent 4eeca763ab
commit bc4fa79743

View File

@ -117,11 +117,11 @@ KEYBINDINGS
• t: Advance execution until next breakpoint under tracing. Same as • t: Advance execution until next breakpoint under tracing. Same as
:trace in GHCi. :trace in GHCi.
• Ctrl+c`: Send an interrupt to the daemon. Useful for breaking infi • Ctrl+c: Send an interrupt to the daemon. Useful for breaking infinite
nite loops. loops.
Live Interpreter (REPL) Live Interpreter (REPL)
• Ctrl+x: Toggle between the Source Viewer and the Live Interpreter • Ctrl+x: Toggle between the Source Viewer and the Live Interpreter
panels. panels.
• <Esc>: Switch to Source Viewer. • <Esc>: Switch to Source Viewer.
@ -144,8 +144,8 @@ KEYBINDINGS
• <Tab>: Autocomplete (yes there's basic autocomplete support) • <Tab>: Autocomplete (yes there's basic autocomplete support)
• Ctrl+c`: Send an interrupt to the daemon. Useful for breaking infi • Ctrl+c: Send an interrupt to the daemon. Useful for breaking infinite
nite loops. loops.
Modules Modules
• ?: Display help inside GHCiTUI. • ?: Display help inside GHCiTUI.