Skip to content

Commit

Permalink
Issue rshariffdeen#3: Replace inappropriate code type indication for …
Browse files Browse the repository at this point in the history
…three diff examples

Use the code type indication “diff” instead of “c” for appropriate
Markdown formatting at three places.

Signed-off-by: Markus Elfring <[email protected]>
  • Loading branch information
elfring committed Oct 26, 2021
1 parent 093c427 commit 3cba07d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python3.7 FixMorph.py --conf=/path/to/conf/file
```

The backported will be generated at ./tests/update/assignment/PC-patch directory. In this example, the original patch from mainline version PA-PB:
```c
```diff
18c18
< min = rank;
---
Expand All @@ -80,7 +80,7 @@ The backported will be generated at ./tests/update/assignment/PC-patch directory

The backported patch to target version PC is as follows:

```c
```diff
18c18
< minimum = rank;
---
Expand All @@ -95,7 +95,7 @@ The backported patch to target version PC is as follows:
If you prefer changes to display in unified diff format, use the additional flag
"--format=unified"

```c
```diff
--- /FixMorph/tests/update/assignment/PC/selection-sort.c
+++ /FixMorph/tests/update/assignment/PC-patch/selection-sort.c
@@ -15,11 +15,11 @@
Expand Down

0 comments on commit 3cba07d

Please sign in to comment.