aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSzunti <Szunti@users.noreply.github.com>2019-05-17 23:09:07 +0200
committerDylan Baker <dylan@pnwbakers.com>2019-05-17 15:16:37 -0700
commitcf662ded46076c053ee1d30761fdc6d8a7b089a4 (patch)
tree43c18ff0779ae384de2b080da03e62087d7ff1a5 /docs
parent7ce9e56a4b7186d672611c43393e777bb3c479fc (diff)
downloadmeson-cf662ded46076c053ee1d30761fdc6d8a7b089a4.zip
meson-cf662ded46076c053ee1d30761fdc6d8a7b089a4.tar.gz
meson-cf662ded46076c053ee1d30761fdc6d8a7b089a4.tar.bz2
Fix typo in Dlang-module.md
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Dlang-module.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Dlang-module.md b/docs/markdown/Dlang-module.md
index ca9a381..677359d 100644
--- a/docs/markdown/Dlang-module.md
+++ b/docs/markdown/Dlang-module.md
@@ -7,7 +7,7 @@ This module provides tools related to the D programming language.
To use this module, just do: **`dlang = import('dlang')`**.
You can, of course, replace the name `dlang` with anything else.
-The module only exposes one fucntion, `generate_dub_file`, used to
+The module only exposes one function, `generate_dub_file`, used to
automatically generate Dub configuration files.
### generate_dub_file()
@@ -40,4 +40,4 @@ initial one. The module will only update the values specified in
`generate_dub_file()`.
Although not required, you will need to have a `description` and
-`license` if you want to publish the package in the [D package registry](https://code.dlang.org/). \ No newline at end of file
+`license` if you want to publish the package in the [D package registry](https://code.dlang.org/).