From 058faaf5806fdf6870168e814d9e3b7ac8cc20c3 Mon Sep 17 00:00:00 2001 From: Hyuk Myeong Date: Fri, 11 Oct 2019 11:20:47 +0900 Subject: [PATCH] Update cheat_sheet.md --- googlemock/docs/translations/ko_KR/cheat_sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemock/docs/translations/ko_KR/cheat_sheet.md b/googlemock/docs/translations/ko_KR/cheat_sheet.md index 2fed46ad..cd52bdb2 100644 --- a/googlemock/docs/translations/ko_KR/cheat_sheet.md +++ b/googlemock/docs/translations/ko_KR/cheat_sheet.md @@ -597,7 +597,7 @@ class MockFunction { MOCK_METHOD(R, Call, (A1, ..., An)); }; ``` -이에 대한 예제코드는 [여기](cook_book.md#stdfunction-mocking하기)를 참조하자. +이에 대한 예제코드는 [여기](cook_book.md#check-point-사용하기)를 참조하자. ### Flags