From 7bc92290d1f2f57f3d9062131e79c6666940180f Mon Sep 17 00:00:00 2001 From: Stephan Klinger Date: Fri, 26 Jul 2024 21:30:46 +0200 Subject: [PATCH] Fix typo --- manual/src/tree_diffing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/tree_diffing.md b/manual/src/tree_diffing.md index a3234768f0..5c4c22c92f 100644 --- a/manual/src/tree_diffing.md +++ b/manual/src/tree_diffing.md @@ -52,7 +52,7 @@ Algorithm: A* search Output: Merged s-expression file Tristan Hume wrote a tree diffing algorithm during his 2017 internship -and Jane Street. The source code is not available, but [he has a blog +at Jane Street. The source code is not available, but [he has a blog post](https://thume.ca/2017/06/17/tree-diffing/) discussing the design in depth.