rename and apply snake_case on FrequentlyAskedQuestions.md

This commit is contained in:
Krystian Kuzniarek
2019-07-13 08:15:20 +02:00
parent 92d92f2f55
commit 1d5b7cc1e2
4 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ the respective git branch/tag).**
* [ForDummies](for_dummies.md) -- start here if you are new to Google Mock.
* [CheatSheet](cheat_sheet.md) -- a quick reference.
* [CookBook](cook_book.md) -- recipes for doing various tasks using Google Mock.
* [FrequentlyAskedQuestions](FrequentlyAskedQuestions.md) -- check here before asking a question on the mailing list.
* [FrequentlyAskedQuestions](frequently_asked_questions.md) -- check here before asking a question on the mailing list.
To contribute code to Google Mock, read: