This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 75a12b1258b Documentation/components/boards.rst: fix typo
75a12b1258b is described below
commit 75a12b1258ba8808c563ea475253b010f5b6d2f2
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``