Skip to content

Commit

Permalink
Adapt more @dfordivam's suggestion. Thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
igrep committed May 22, 2018
1 parent 28a750d commit 0e4889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessed-site/posts/2018/windows-gotchas-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ import GHC.IO.Encoding (utf8)
hSetEncoding handle utf8
```

As a bonus, I'll show you how [I actually addressed myself to the problem to fix a bug of haddock](https://github.com/haskell/haddock/pull/566), as an example case when the error is caused by the standard output (or standard error output).
As a bonus, I'll show you an example of how [I myself addressed a problem caused by the standard output (or standard error output), and fixed a bug in haddock](https://github.com/haskell/haddock/pull/566).
それから、[実際に私がhaddockのバグを直した時](https://github.com/haskell/haddock/pull/566)を例に標準出力(または標準エラー出力)でこのエラーが発生した時の対応も紹介しておきます。
In short, it can at least suppress the error to paste the code below before your program uses the `Handle` (Copied from [this commit](https://github.com/haskell/haddock/pull/566/commits/855118ee45e323fd9b2ee32103c7ba3eb1fbe4f2)).

Expand Down

1 comment on commit 0e4889b

@haskell-jp-bot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.