diff options
Diffstat (limited to 'docs/markdown/howtox.md')
-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 bc83332..f95dfb9 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -75,7 +75,7 @@ configure_file(...) ## Producing a coverage report -First initialise the build directory with this command. +First initialize the build directory with this command. ```console $ meson <other flags> -Db_coverage=true |