Fix release notes typo [skip ci]

pull/8386/merge
Michael Brockus 4 years ago committed by GitHub
parent 1236b1500a
commit fb59529458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/markdown/Release-notes-for-0.57.0.md

@ -11,7 +11,7 @@ Meson can be instructed to load a project's version string from an
external file like this:
```meson
project('foo', 'c' version: files('VERSION'))
project('foo', 'c', version: files('VERSION'))
```
The version file must contain exactly one line of text which will

Loading…
Cancel
Save