From f72ee8e742a171db74ed32b54b85953b8dfe1d77 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 30 Jan 2021 13:20:59 +0200 Subject: Rewrap long text lines in docs. [skip ci] --- docs/markdown/Java.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/markdown/Java.md') diff --git a/docs/markdown/Java.md b/docs/markdown/Java.md index 9b89304..f0dd403 100644 --- a/docs/markdown/Java.md +++ b/docs/markdown/Java.md @@ -5,7 +5,8 @@ short-description: Compiling Java programs # Compiling Java applications -Meson has experimental support for compiling Java programs. The basic syntax consists of only one function and would be used like this: +Meson has experimental support for compiling Java programs. The basic +syntax consists of only one function and would be used like this: ```meson project('javaprog', 'java') -- cgit v1.1