From cf662ded46076c053ee1d30761fdc6d8a7b089a4 Mon Sep 17 00:00:00 2001 From: Szunti Date: Fri, 17 May 2019 23:09:07 +0200 Subject: Fix typo in Dlang-module.md --- docs/markdown/Dlang-module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown') 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/). -- cgit v1.1