Update cheat_sheet.md

This commit is contained in:
Hyuk Myeong 2019-10-11 11:20:47 +09:00 committed by GitHub
parent 678102863a
commit 058faaf580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -597,7 +597,7 @@ class MockFunction<R(A1, ..., An)> {
MOCK_METHOD(R, Call, (A1, ..., An));
};
```
이에 대한 예제코드는 [여기](cook_book.md#stdfunction-mocking하기)를 참조하자.
이에 대한 예제코드는 [여기](cook_book.md#check-point-사용하기)를 참조하자.
### Flags