diff options
| author | Darren Ng <Un1Gfn@gmail.com> | 2022-03-05 10:43:53 +0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2022-03-04 19:59:39 -0800 |
| commit | af9af219d815f157acd2dd4629727fcd90aa9d86 (patch) | |
| tree | 87a12a9df3e98aaa6bf79b32b59ff1952297d59a /docs | |
| parent | 5048390a98e856a41dc96e3911282ef3d6994702 (diff) | |
| download | meson-af9af219d815f157acd2dd4629727fcd90aa9d86.tar.gz | |
[skip ci] fix syntax typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/howtox.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 91098aafc..9945a6cf9 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 |
