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:
cloudhead 2024-04-29 13:28:31 +02:00
parent a9e3a53d2b
commit 0b816d5c86
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -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];

View File

@ -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