Skip to content

Commit 7fc24fb

Browse files
committed
minor edits to patch tutorial
1 parent ce6a533 commit 7fc24fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/patch_update.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ cd $TOP_SRCDIR
2222
svn diff > $PATCHDIR/16629-infinite-recursion.diff
2323
```
2424

25-
> e.g. `16629-infinite-recursion.diff` - This name follows the convention:
26-
bug number (16629), short description (infinite-recursion), and .diff extension,
27-
making patches easy to identify and review.
25+
The example above uses `16629-infinite-recursion.diff` - this name follows the
26+
convention: bug number (16629), short description (infinite-recursion), and
27+
`.diff` extension, making patches easy to identify and review.
2828

2929
The patch file will be saved in the directory specified by the PATCHDIR
30-
environment variable that is defined when the codespace starts
30+
environment variable that is defined when the codespace starts.
3131

3232
```bash
3333
ls $PATCHDIR

0 commit comments

Comments
 (0)