diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-03-04 09:04:54 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-03-04 09:04:54 +0100 |
commit | 65ad496fed0e928594749cb2456513bc47dab89e (patch) | |
tree | 55c3ac86e9c2d4713d3271cde130ea02b222b0da /doc | |
parent | 1d1be03d81a380d6d2e15bd1e4a0873fe64ada5f (diff) | |
download | Nim-65ad496fed0e928594749cb2456513bc47dab89e.tar.gz |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 6fb0abedc..1c7426a68 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -213,7 +213,7 @@ Generic Operating System Services This module implements asynchronous file reading and writing using ``asyncdispatch``. -* `asyncstreams <asyncstreams.htm>`_ +* `asyncstreams <asyncstreams.html>`_ This module provides `FutureStream` - a future that acts as a queue. * `distros <distros.html>`_ |