aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Ng <Un1Gfn@gmail.com>2022-03-05 10:43:53 +0800
committerDylan Baker <dylan@pnwbakers.com>2022-03-04 19:59:39 -0800
commitaf9af219d815f157acd2dd4629727fcd90aa9d86 (patch)
tree87a12a9df3e98aaa6bf79b32b59ff1952297d59a
parent5048390a98e856a41dc96e3911282ef3d6994702 (diff)
downloadmeson-af9af219d815f157acd2dd4629727fcd90aa9d86.zip
meson-af9af219d815f157acd2dd4629727fcd90aa9d86.tar.gz
meson-af9af219d815f157acd2dd4629727fcd90aa9d86.tar.bz2
[skip ci] fix syntax typo
-rw-r--r--docs/markdown/howtox.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md
index 91098aa..9945a6c 100644
--- a/docs/markdown/howtox.md
+++ b/docs/markdown/howtox.md
@@ -141,7 +141,7 @@ configure_file(...)
## Generate configuration data from files
-`The [fs module](#Fs-modules) offers the `read` function` which enables adding
+The [fs module](#Fs-modules) offers the `read` function which enables adding
the contents of arbitrary files to configuration data (among other uses):
```meson