Escape other non-link

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Who? Me?! 2020-06-23 22:52:33 -05:00
parent c2c219af6c
commit 00b67a55de
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ reveals what the problem is:
> Next up we need to ensure that our lock file is updated to use this new > Next up we need to ensure that our lock file is updated to use this new
> version of uuid so our project uses the locally checked out copy instead of > version of uuid so our project uses the locally checked out copy instead of
> one from crates.io. The way [patch] works is that it'll load the dependency > one from crates.io. The way `\[patch\]` works is that it'll load the dependency
> at ../path/to/uuid and then whenever crates.io is queried for versions of > at ../path/to/uuid and then whenever crates.io is queried for versions of
> uuid it'll also return the local version. > uuid it'll also return the local version.
> >