[skip ci] fix syntax typo

This commit is contained in:
Darren Ng 2022-03-05 10:43:53 +08:00 committed by Dylan Baker
parent 5048390a98
commit af9af219d8
1 changed files with 1 additions and 1 deletions

View File

@ -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