diff options
author | Danil Yarantsev <tiberiumk12@gmail.com> | 2020-06-28 20:17:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 19:17:18 +0200 |
commit | 79367685601f4c90f6c478ce45651bffd9222c39 (patch) | |
tree | 9347b6f8354061330c9c297c13f47c9b26da294f /doc/lib.rst | |
parent | 4f70180a58ae46fcf313aed001242f8aa1252b1a (diff) | |
download | Nim-79367685601f4c90f6c478ce45651bffd9222c39.tar.gz |
Fix some typos (#14843)
Diffstat (limited to 'doc/lib.rst')
-rw-r--r-- | doc/lib.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 97f6c1db1..e05657b42 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -214,7 +214,7 @@ Generic Operating System Services This module implements the ability to access symbols from shared libraries. * `marshal <marshal.html>`_ - Contains procs for serialization and deseralization of arbitrary Nim + Contains procs for serialization and deserialization of arbitrary Nim data structures. * `memfiles <memfiles.html>`_ @@ -267,7 +267,7 @@ Math libraries Statistical analysis * `std/sums <sums.html>`_ - Fast sumation functions. + Fast summation functions. Internet Protocols and Support |