summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-1.4.rst')
-rw-r--r--documentation/ref-manual/migration-1.4.rst2
1 files changed, 1 insertions, 1 deletions
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
12Differences include the following: 12Differences include the following:
13 13
14- *Comment Continuation:* If a comment ends with a line continuation 14- *Comment Continuation:* If a comment ends with a line continuation
15 (\) character, then the next line must also be a comment. Any 15 (\\) character, then the next line must also be a comment. Any
16 instance where this is not the case, now triggers a warning. You must 16 instance where this is not the case, now triggers a warning. You must
17 either remove the continuation character, or be sure the next line is 17 either remove the continuation character, or be sure the next line is
18 a comment. 18 a comment.