diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Dlang-module.md | 4 |
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/). |