Skip to content

Commit e219066

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 534abb2 + eee223e commit e219066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/markdown/namespace_toc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ REMARK_TOC_IGNORE ?= $(ROOT_DIR)/.remarkignore
3434
# Define the path to the local remark plugins directory:
3535
REMARK_LOCAL_PLUGINS_DIR ?= $(TOOLS_PKGS_DIR)/remark/plugins
3636

37-
# Define the path to a plugin which processes Markdown equation comments:
37+
# Define the path to a plugin which processes Markdown table of contents comments:
3838
REMARK_TOC_PLUGIN ?= $(REMARK_LOCAL_PLUGINS_DIR)/remark-namespace-toc
3939
REMARK_TOC_PLUGIN_SETTINGS ?=
4040
REMARK_TOC_PLUGIN_FLAGS ?= --use $(REMARK_TOC_PLUGIN)=$(REMARK_TOC_PLUGIN_SETTINGS)

0 commit comments

Comments
 (0)