summaryrefslogtreecommitdiff
path: root/docs/markdown/External-Project-module.md
diff options
context:
space:
mode:
authorTristan Partin <tpartin@micron.com>2022-11-15 18:16:29 -0600
committerEli Schwartz <eschwartz93@gmail.com>2022-11-15 19:33:32 -0500
commita2cac72d9bcbe8d31dc591992964599c5664ba66 (patch)
treed606192623fe0c9c867e4e964ec34fbaefe5c7d2 /docs/markdown/External-Project-module.md
parent8dfa55005e4f6386e54ca53909b66933e5930858 (diff)
downloadmeson-a2cac72d9bcbe8d31dc591992964599c5664ba66.tar.gz
Change `unstable_external_project` to `unstable-external_project`
Apparently this is a misspelling even though it has been in the docs since the creation of the module.
Diffstat (limited to 'docs/markdown/External-Project-module.md')
-rw-r--r--docs/markdown/External-Project-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md
index f0bf2f7e5..615c6c117 100644
--- a/docs/markdown/External-Project-module.md
+++ b/docs/markdown/External-Project-module.md
@@ -114,7 +114,7 @@ project('My Autotools Project', 'c',
meson_version : '>=0.56.0',
)
-mod = import('unstable_external_project')
+mod = import('unstable-external_project')
p = mod.add_project('configure',
configure_options : ['--prefix=@PREFIX@',