Ticket #2908 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

typo "reqwest" in documentation

Reported by: bancroft Owned by: igloo
Priority: normal Milestone:
Component: Documentation Version:
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

While reading through the documentation for base-4.0.0.0: Basic libraries, Control Concurrent,

http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Concurrent.html

I noticed a slightly manged "reqwest" in the paragraph,

"The System.IO library manages multiplexing in its own way. On Windows systems it uses safe foreign calls to ensure that threads doing I/O operations don't block the whole runtime, whereas on Unix systems all the currently blocked I/O reqwests are managed by a single thread (the IO manager thread) using select."

Change History

Changed 4 years ago by bancroft

  • version 6.10.1 deleted

Changed 4 years ago by igloo

  • owner set to igloo
  • difficulty set to Unknown

Thanks for the report; I'll fix it.

Changed 4 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Fixed in HEAD and STABLE.

Note: See TracTickets for help on using tickets.