diff options
author | Araq <rumpf_a@web.de> | 2018-12-12 17:48:30 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-12 17:48:30 +0100 |
commit | eb8383cb28e52bb9a790a743de442e4b71687001 (patch) | |
tree | 8d9c23187e1ba4bc20f45ae065f62ff756e87509 /doc | |
parent | 070bcf4cea28a3238089379f5884787b2084b2de (diff) | |
download | Nim-eb8383cb28e52bb9a790a743de442e4b71687001.tar.gz |
move diff.nim to experimental
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 c0119d36d..89e3cca40 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -154,7 +154,7 @@ String handling * `std/wordwrap <wordwrap.html>`_ This module contains an algorithm to wordwrap a Unicode string. -* `std/diff <diff.html>`_ +* `experimental/diff <diff.html>`_ This module contains an algorithm to compute the famous "diff" of two texts by line. |