Remove upper case letter from middle of sentence

This commit is contained in:
Paul Liétar 2020-01-14 02:23:23 +00:00 коммит произвёл GitHub
Родитель 49667c9893
Коммит bb33406fe2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -75,7 +75,7 @@ cmake -G Ninja .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
ninja
```
On ELF platforms, The build produces a binary `libsnmallocshim.so`.
On ELF platforms, the build produces a binary `libsnmallocshim.so`.
This file can be
`LD_PRELOAD`ed to use the allocator in place of the system allocator, for
example, you can run the build script using the snmalloc as the allocator for