Skip to content

Commit

Permalink
Add missing spaces around = sign
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomenaquintero committed Nov 21, 2017
1 parent 1700346 commit e8a1ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8a1ba6

Please sign in to comment.