From e8a1ba6f63a93430b1de6fc772e3f950d5bd63f2 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 21 Nov 2017 16:56:36 -0600 Subject: [PATCH] Add missing spaces around = sign --- src/doc/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 74f761d9e..6e2f0bd38 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -725,7 +725,7 @@ bar = { path = 'my/local/bar' } git = 'https://github.com/example/baz' [patch.'https://github.com/example/baz'] -baz = { git = 'https://github.com/example/patched-baz', branch='my-branch' } +baz = { git = 'https://github.com/example/patched-baz', branch = 'my-branch' } ``` The `[patch]` table is made of dependency-like sub-tables. Each key after -- 2.30.2