Apply suggestions from code review

Co-authored-by: Dima <v-dmkira@microsoft.com>
This commit is contained in:
Ivan Matkov 2021-02-22 09:37:41 +03:00 коммит произвёл GitHub
Родитель b3ddd0aff1
Коммит 6bf5edc9ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -5,9 +5,9 @@ The goal of this document is to provide a high-level overview of how you can get
To contribute to the SDK, please
* install Xcode 11 on your Mac.
* install [Jazzy](https://github.com/realm/jazzy) to be able to generate documentation.
* install `clang-format` for code formatting via [Homebrew](https://brew.sh) using the command `brew install clang-format`.
* Install Xcode 11 on your Mac.
* Install [Jazzy](https://github.com/realm/jazzy) to be able to generate documentation.
* Install `clang-format` for code formatting via [Homebrew](https://brew.sh) using the command `brew install clang-format`.
## Sending a pull request
@ -37,7 +37,7 @@ All Objective-C files follow LLVM coding style (with a few exceptions) and are f
### Comments
1. Use capital letter in the beginning of each comment and dot at the end.
1. Provide documentation for each public class, method, property.
1. Provide documentation for each public class, method and property.
## Thank You!