This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/releases/13.0 by this push:
     new 3762c6768ae Documentation/components/boards.rst: fix typo
3762c6768ae is described below

commit 3762c6768aef176ba42defc351d43fe03a5d32ef
Author: taikoyaP <[email protected]>
AuthorDate: Tue Jun 2 13:54:03 2026 +0900

    Documentation/components/boards.rst: fix typo
    
    fix a small typo in boards file
---
 Documentation/components/boards.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/components/boards.rst 
b/Documentation/components/boards.rst
index 22b733fc1cd..0cdfbc2726c 100644
--- a/Documentation/components/boards.rst
+++ b/Documentation/components/boards.rst
@@ -70,7 +70,7 @@ Summary of Files
 
 * ``include/`` -- This directory contains board specific header files.  This
   directory will be linked as include/arch/board at configuration time and
-  can be included via #include <arch/board/header.h>``.  These header file
+  can be included via ``#include <arch/board/header.h>``.  These header file
   can only be included by files in ``arch/<arch>include/`` and
   ``arch/<arch>/src``
 

Reply via email to