summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--changelog.md2
-rw-r--r--doc/lib.rst2
-rw-r--r--lib/experimental/diff.nim (renamed from lib/std/diff.nim)0
-rw-r--r--tools/kochdocs.nim2
4 files changed, 3 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 1772652d6..41be28880 100644
--- a/changelog.md
+++ b/changelog.md
@@ -87,7 +87,7 @@ proc enumToString*(enums: openArray[enum]): string =
   is instantiation of generic proc symbol.
 
 - Added the parameter ``isSorted`` for the ``sequtils.deduplicate`` proc.
-- There is a new stdlib mdoule `std/diff` to compute the famous "diff"
+- There is a new stdlib module `std/diff` to compute the famous "diff"
   of two texts by line.
 
 ### Library changes
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.
 
diff --git a/lib/std/diff.nim b/lib/experimental/diff.nim
index bffce2803..bffce2803 100644
--- a/lib/std/diff.nim
+++ b/lib/experimental/diff.nim
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim
index 03a694449..658b9ead7 100644
--- a/tools/kochdocs.nim
+++ b/tools/kochdocs.nim
@@ -129,7 +129,7 @@ lib/pure/math.nim
 lib/pure/matchers.nim
 lib/std/editdistance.nim
 lib/std/wordwrap.nim
-lib/std/diff.nim
+lib/experimental/diff.nim
 lib/pure/algorithm.nim
 lib/pure/stats.nim
 lib/windows/winlean.nim