eliminate unnecessary backslash-escaped quotes

This commit is contained in:
Dustin J. Mitchell
2022-04-21 01:17:38 +00:00
committed by Tomas Babej
parent b1ca5d4cf8
commit 18e11300fd
14 changed files with 116 additions and 116 deletions

View File

@@ -54,8 +54,8 @@ Because only releases are merged back, the `master` branch always represent the
## New Development Branches
Immediately after a release, one or more new branches are created.
Typically after a major \'1.0.0\' release, there will be two branches created.
First the \'1.0.1\' branch is a patch development branch, intended to be used if an emergency patch is required.
Typically after a major '1.0.0' release, there will be two branches created.
First the '1.0.1' branch is a patch development branch, intended to be used if an emergency patch is required.
It therefore sits unused until an emergency arises.
No work is performed on a patch development branch.