summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-12 17:48:30 +0100
committerAraq <rumpf_a@web.de>2018-12-12 17:48:30 +0100
commiteb8383cb28e52bb9a790a743de442e4b71687001 (patch)
tree8d9c23187e1ba4bc20f45ae065f62ff756e87509 /doc
parent070bcf4cea28a3238089379f5884787b2084b2de (diff)
downloadNim-eb8383cb28e52bb9a790a743de442e4b71687001.tar.gz
move diff.nim to experimental
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst2
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.