Skip to content

Commit 2416cb8

Browse files
committed
Trivial: Fix missing blank line after block text
Block text is supposed to have at least one blank line after it before starting back into normal text. This is a minor typo fix. Signed-off-by: Grant Likely <[email protected]>
1 parent d9e49ca commit 2416cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/source-language.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ null-terminated strings, as bytestrings or a combination of these.
7474
::
7575

7676
interrupts = <17 0xc>;
77+
7778
- values may be represented as arithmetic, bitwise, or logical expressions
7879
within parenthesis.
7980

0 commit comments

Comments
 (0)