Skip to content

Commit

Permalink
Issue rshariffdeen#3: Improve layout a bit for a description paragraph
Browse files Browse the repository at this point in the history
* Add two blank lines before a description paragraph.
* Omit an extra line break.
* Mark the end of a sentence with a dot.

Signed-off-by: Markus Elfring <[email protected]>
  • Loading branch information
elfring committed Oct 26, 2021
1 parent 09fab78 commit 25e0892
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ The backported patch to target version PC is as follows:
> if (author_list[b].user_id < minimum) {
> minimum = author_list[b].user_id;
```
If you prefer changes to display in unified diff format, use the additional flag
"--format=unified"


If you prefer changes to display in unified diff format, use the additional flag "--format=unified".

```diff
--- /FixMorph/tests/update/assignment/PC/selection-sort.c
Expand Down

0 comments on commit 25e0892

Please sign in to comment.