Add missing spaces around = sign
authorFederico Mena Quintero <federico@gnome.org>
Tue, 21 Nov 2017 22:56:36 +0000 (16:56 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Tue, 21 Nov 2017 22:56:36 +0000 (16:56 -0600)
src/doc/manifest.md

index 74f761d9e161f1b12a0e85a8cb4b8b6c8be25729..6e2f0bd380b961606159e495315a69c4c3016b93 100644 (file)
@@ -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