Skip to content

Commit b2763ef

Browse files
committed
Fix missing quote
1 parent 3af6126 commit b2763ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/make/lib/markdown/related.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ REMARK_RELATED_OUTPUT_FLAG ?= --output
4848
# ## Notes
4949
#
5050
# - This rule is useful when wanting to glob for Markdown files (e.g., process all Markdown files for a particular package).
51-
# - In order to insert a list of related `stdlib` packages, a Markdown file must contain a "related" section tag (i.e., `<section class="related></section>`).
51+
# - In order to insert a list of related `stdlib` packages, a Markdown file must contain a "related" section tag (i.e., `<section class="related"></section>`).
5252
#
5353
# @param {string} [MARKDOWN_FILTER] - file path pattern (e.g., `.*/math/base/special/.*`)
5454
# @param {string} [MARKDOWN_PATTERN] - filename pattern (e.g., `*.md`)
@@ -79,7 +79,7 @@ markdown-related-section: $(NODE_MODULES)
7979
# ## Notes
8080
#
8181
# - This rule is useful when wanting to process a list of Markdown files generated by some other command (e.g., a list of changed Markdown files obtained via `git diff`).
82-
# - In order to insert a list of related `stdlib` packages, a Markdown file must contain a "related" section tag (i.e., `<section class="related></section>`).
82+
# - In order to insert a list of related `stdlib` packages, a Markdown file must contain a "related" section tag (i.e., `<section class="related"></section>`).
8383
#
8484
# @param {string} FILES - list of files
8585
#

0 commit comments

Comments
 (0)