Use 2 white spaces after period for consistency with rest of document
This commit is contained in:
Vijay Pai 2018-01-11 07:47:52 -08:00 коммит произвёл GitHub
Родитель 7b610948a9
Коммит 262d59e07c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -73,7 +73,7 @@ How to get your contributions merged smoothly and quickly.
- If you are regenerating the projects using
`tools/buildgen/generate_projects.sh`, make changes to generated files a
separate commit with commit message `regenerate projects`. Mixing changes
separate commit with commit message `regenerate projects`. Mixing changes
to generated and hand-written files make your PR difficult to review.
Note that running this script requires the installation of Python packages
`pyyaml` and `mako` (typically installed using `pip`) as well as a recent