Skip to content

Fix code typo in `ghc-debug-client` example

Ryan Scott requested to merge docfix into master

The ghc-debug-client example refers to an out-of-scope variable h, which I believe is meant to refer to g instead.

Merge request reports