docs: Typo fixes
Nb. This was submitted by user `@omahs` via GitHub, but since an email address was not included in the commits, I've used my own.
This commit is contained in:
parent
a9e3a53d2b
commit
0b816d5c86
|
|
@ -51,7 +51,7 @@ The following code guidelines will help make code review smoother.
|
|||
|
||||
Use `unwrap` only in either of three circumstances:
|
||||
|
||||
1. Based on manual static anaylsis, you've concluded that it's impossible for
|
||||
1. Based on manual static analysis, you've concluded that it's impossible for
|
||||
the code to panic; so unwrapping is *safe*. An example would be:
|
||||
|
||||
let list = vec![a, b, c];
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Heartwood is the third iteration of the Radicle Protocol, a powerful
|
||||
peer-to-peer code collaboration and publishing stack. The repository contains a
|
||||
full implemention of Heartwood, complete with a user-friendly command-line
|
||||
full implementation of Heartwood, complete with a user-friendly command-line
|
||||
interface (`rad`) and network daemon (`radicle-node`).
|
||||
|
||||
Radicle was designed to be a secure, decentralized and powerful alternative to
|
||||
|
|
|
|||
Loading…
Reference in New Issue