diff --git a/docs/source/developer-guides/prs-and-reviews.rst b/docs/source/developer-guides/prs-and-reviews.rst index 743927ec4..265bfd5d2 100644 --- a/docs/source/developer-guides/prs-and-reviews.rst +++ b/docs/source/developer-guides/prs-and-reviews.rst @@ -38,7 +38,7 @@ Public Interfaces Internal Implementation ----------------------- -- Format proposed code using clang utility, "clang-format -i," to be consistent with the Kokkos code base +- Format proposed code using clang utility, "clang-format -i," for consistency with the Kokkos code base - is there unnecessary code duplication - in particular: is code that can be shared across backends shared? - did it go in the right sub-part of Kokkos (core, algorithms, containers etc.) diff --git a/docs/source/templates/class_api.rst b/docs/source/templates/class_api.rst index 1aafb77bd..c04463424 100644 --- a/docs/source/templates/class_api.rst +++ b/docs/source/templates/class_api.rst @@ -161,7 +161,7 @@ Examples Prefer working and compilable examples to prose descriptions (such as "Usage"). - Example code should be formatted (in a separate temporary file) using the clang compiler "clang-format -i" utility, and subsequently transferred to documentation entry. + Example code should be formatted (in a separate temporary file) using the clang compiler "clang-format -i" utility, and subsequently transferred to documentation entry. .. code-block:: cpp