git: 55965a2a7e - main - fdp-primer/examples: Fix typo
Lorenzo Salvadore <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=55965a2a7e0975459b621b257d717bc04e02eb6b commit 55965a2a7e0975459b621b257d717bc04e02eb6b Author: Lorenzo Salvadore <[email protected]> AuthorDate: 2023-03-05 12:05:18 +0000 Commit: Lorenzo Salvadore <[email protected]> CommitDate: 2023-03-05 12:31:58 +0000 fdp-primer/examples: Fix typo Subsections need an extra '='. Approved by: doc (carlavilla) Differential Revision: https://reviews.freebsd.org/D38913 --- documentation/content/en/books/fdp-primer/examples/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/fdp-primer/examples/_index.adoc b/documentation/content/en/books/fdp-primer/examples/_index.adoc index 370bda43b2..577fcfeaa5 100644 --- a/documentation/content/en/books/fdp-primer/examples/_index.adoc +++ b/documentation/content/en/books/fdp-primer/examples/_index.adoc @@ -154,7 +154,7 @@ toc::[] This is the first section in my article. -== My First Sub-Section +=== My First Sub-Section This is the first sub-section in my article.