From f27fe90c7c2d792f0a64b2bb5cab25da3cf44b7f Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 5 Oct 2020 20:37:25 +0200 Subject: docs: ref-manual: fix typos Reviewed-by: Nicolas Dechesne (From yocto-docs rev: f21e92f74c8357b23fd4059af6815fbba9487147) Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/ref-manual/migration-1.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual/migration-1.4.rst') diff --git a/documentation/ref-manual/migration-1.4.rst b/documentation/ref-manual/migration-1.4.rst index 231fc95dac..daaea0ffa2 100644 --- a/documentation/ref-manual/migration-1.4.rst +++ b/documentation/ref-manual/migration-1.4.rst @@ -12,7 +12,7 @@ BitBake Differences include the following: - *Comment Continuation:* If a comment ends with a line continuation - (\) character, then the next line must also be a comment. Any + (\\) character, then the next line must also be a comment. Any instance where this is not the case, now triggers a warning. You must either remove the continuation character, or be sure the next line is a comment. -- cgit v1.2.3-54-g00ecf