Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
Send by e-mail.

* fibers.texi (Concurrent Web Server): fix typo
  • Loading branch information
eduVcJy0UE0cy0zo3BS7XYO3b authored and emixa-d committed Oct 15, 2022
1 parent 19dbc8d commit 1d90461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fibers.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1383,9 +1383,9 @@ be able to not only the input and output running concurrently, but
also handlers too.

For this reason, Fibers includes a simple standalone web server that
uses Guile's Guile's HTTP facilities, but not its web server
framework. To run a standalone web server, use the @code{(fibers web
server)} module:
uses Guile's HTTP facilities, but not its web server framework. To
run a standalone web server, use the @code{(fibers web server)}
module:

@example
(use-modules (fibers web server))
Expand Down

0 comments on commit 1d90461

Please sign in to comment.