From fb595294587a70ae67622b5c03a9d3e46a37d4fa Mon Sep 17 00:00:00 2001 From: Michael Brockus <55331536+michaelbrockus@users.noreply.github.com> Date: Thu, 4 Mar 2021 12:49:37 -0800 Subject: Fix release notes typo [skip ci] --- docs/markdown/Release-notes-for-0.57.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Release-notes-for-0.57.0.md b/docs/markdown/Release-notes-for-0.57.0.md index 7d82bc3..595ebec 100644 --- a/docs/markdown/Release-notes-for-0.57.0.md +++ b/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 -- cgit v1.1