From 22fe9c93c76d477665eb0377ca9871da7362b41f Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Thu, 1 Dec 2022 15:58:47 +0000 Subject: [PATCH] Fix snippet sections introduction (#1866) --- docs/src/markdown/extensions/snippets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/markdown/extensions/snippets.md b/docs/src/markdown/extensions/snippets.md index 965362f2e..d06ff8276 100644 --- a/docs/src/markdown/extensions/snippets.md +++ b/docs/src/markdown/extensions/snippets.md @@ -124,7 +124,7 @@ include.md::3 !!! new "New 9.7" -Specifying snippet lines may not always be as the source could change moving, adding, and/or removing lines. A way +Specifying snippet lines may not always be ideal. The source could change by moving, adding, and/or removing lines. A way around this is to partition a snippet into named sections and then targeting a specific section to be included instead of specific line numbers.