Remove some unneeded code formatting

This commit is contained in:
Carol (Nichols || Goulding) 2016-10-14 22:22:41 -04:00
parent 7ea509c828
commit aa1ac85450
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ crate with the semantic version specifier `0.3.14`. Cargo understands Semantic
Versioning (sometimes called *SemVer*), which is a
standard for writing version numbers. The number `0.3.14` is actually shorthand
for `^0.3.14`, which means “any version that has a public API compatible with
version `0.3.14`.”
version 0.3.14.”
Now, without changing any of the code, lets build the project, as shown in
Listing 2-2:

View File

@ -375,7 +375,7 @@ crate with the semantic version specifier `0.3.14`. Cargo understands [Semantic
Versioning][semver]<!-- ignore --> (sometimes called *SemVer*), which is a
standard for writing version numbers. The number `0.3.14` is actually shorthand
for `^0.3.14`, which means “any version that has a public API compatible with
version `0.3.14`.”
version 0.3.14.”
[semver]: http://semver.org