From e6fbedc528071a348b098f645c5135b7343c3472 Mon Sep 17 00:00:00 2001 From: Ziming M Date: Sun, 1 Mar 2020 11:06:24 +0800 Subject: [PATCH] update the errors --- think_like_computer/Union-find-Explanation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/think_like_computer/Union-find-Explanation.md b/think_like_computer/Union-find-Explanation.md index d5466fe..da2d1a8 100644 --- a/think_like_computer/Union-find-Explanation.md +++ b/think_like_computer/Union-find-Explanation.md @@ -1,4 +1,4 @@ -**Translator: [Ziming]](https://github.com/ML-ZimingMeng/LeetCode-Python3)** +**Translator: [Ziming](https://github.com/ML-ZimingMeng/LeetCode-Python3)** **Author: [labuladong](https://github.com/labuladong)**