[libcamera-devel,3/6] docs: coding-style: Change full stop to colon

Message ID 20200604134300.2986113-4-marvin.schmidt1987@gmail.com
State Superseded
Headers show
Series
  • Random documentation fixes
Related show

Commit Message

Marvin Schmidt June 4, 2020, 1:42 p.m. UTC
---
 Documentation/coding-style.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham June 4, 2020, 1:49 p.m. UTC | #1
Hi Marvin,

Also seems appropriate!

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

On 04/06/2020 14:42, Marvin Schmidt wrote:
> ---
>  Documentation/coding-style.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst
> index dfbbf28..7acba37 100644
> --- a/Documentation/coding-style.rst
> +++ b/Documentation/coding-style.rst
> @@ -70,7 +70,7 @@ macro. For .cpp files, if the file implements an API declared in a header file,
>  that header file shall be included first in order to ensure it is
>  self-contained.
>  
> -The headers shall be grouped and ordered as follows.
> +The headers shall be grouped and ordered as follows:
>  
>  1. The header declaring the API being implemented (if any)
>  2. The C and C++ system and standard library headers
>

Patch

diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst
index dfbbf28..7acba37 100644
--- a/Documentation/coding-style.rst
+++ b/Documentation/coding-style.rst
@@ -70,7 +70,7 @@  macro. For .cpp files, if the file implements an API declared in a header file,
 that header file shall be included first in order to ensure it is
 self-contained.
 
-The headers shall be grouped and ordered as follows.
+The headers shall be grouped and ordered as follows:
 
 1. The header declaring the API being implemented (if any)
 2. The C and C++ system and standard library headers