diff options
author | Maki Hatano <maki.y.hatano@gmail.com> | 2024-03-23 09:21:12 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-04-02 19:07:51 +0300 |
commit | 23bfb947eb0ae29aaf2882b19208f5af6033a429 (patch) | |
tree | 8e7d68e9d0ab05520c99ebe012eaf7471a65f8ba /Documentation/index.rst | |
parent | 1cbd16e3c125f34bef481ea048ec59bf24f1cbf4 (diff) | |
download | linux-23bfb947eb0ae29aaf2882b19208f5af6033a429.tar.xz |
doc: fix spelling about ReStructured Text
- ReStructured Text should be exactly reStructuredText
- "reStructuredText" is ONE word, not two! according to https://docutils.sourceforge.io/rst.html
Signed-off-by: Maki Hatano <Maki.Y.Hatano@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240323062141.14863-1-Maki.Y.Hatano@gmail.com
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 5298611e00ee..f9f525f4c0dd 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -107,7 +107,7 @@ Other documentation There are several unsorted documents that don't seem to fit on other parts of the documentation body, or may require some adjustments and/or conversion -to ReStructured Text format, or are simply too old. +to reStructuredText format, or are simply too old. .. toctree:: :maxdepth: 1 |