[clang-format][docs] Fix documentation of clang-format BasedOnStyle type
authorLudovic Jozeau <federandink@gmail.com>
Fri, 24 Sep 2021 07:14:53 +0000 (08:14 +0100)
committermydeveloperday <mydeveloperday@gmail.com>
Fri, 24 Sep 2021 07:15:55 +0000 (08:15 +0100)
commit9e8fff26f374766b76aad9531ee5e6860f67e46c
tree0c7bec968477feff6934c0ba49a078723247d031
parent87ab958641fa30ed1e5880aaf43b909c552af0dc
[clang-format][docs] Fix documentation of clang-format BasedOnStyle type

Fix little inconsistency and use `std::string` (which is used everywhere
else) instead of `string`

Reviewed By: MyDeveloperDay, HazardyKnusperkeks

Differential Revision: https://reviews.llvm.org/D108765
clang/docs/ClangFormatStyleOptions.rst
clang/docs/tools/dump_format_style.py
clang/docs/tools/plurals.txt [new file with mode: 0644]