From 6f2e458cd6bfe9440c91d92b43cdabfa96f4f4df Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Sat, 13 Jul 2024 22:11:07 +0900 Subject: [PATCH] Update lifetime-mismatch.md --- src/lifetime-mismatch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lifetime-mismatch.md b/src/lifetime-mismatch.md index 9fa3e43..c7c08a6 100644 --- a/src/lifetime-mismatch.md +++ b/src/lifetime-mismatch.md @@ -108,4 +108,4 @@ error[E0499]: cannot borrow `*map` as mutable more than once at a time | |_____- returning this value requires that `*map` is borrowed for `'m` ``` -[ex2]: lifetimes.html#example-aliasing-a-mutable-reference +[ex2]: lifetimes.html#예제-가변-레퍼런스의-복제