Skip to content

Commit 055adf5

Browse files
akxdjc
authored andcommitted
Fix a handful of typos
1 parent 18f6587 commit 055adf5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ A community guide to the Rust ecosystem
55
## Testing locally
66

77
- Run `cargo run` then open http://localhost:3333 in your browser
8-
- The port can be overriden using the `PORT` environment variable
8+
- The port can be overridden using the `PORT` environment variable
99
- If you want to automatically recompile and re-run on save you can install [cargo-watch](https://crates.io/crates/cargo-watch) (`cargo install cargo-watch`) then and use `cargo watch -x run` instead of `cargo run`.

data/crates.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"notes": "Unfortunately there is no clear answer as to which is best between time and chrono.<br />Evaluate for yourself between these two, but be resassured that both are trusted and well-maintained.",
2727
"recommendations": [{
2828
"name": "time",
29-
"notes": "A smaller, simpler library. Preferrable if covers your needs, but it's quite limited in what it provides."
29+
"notes": "A smaller, simpler library. Preferable if covers your needs, but it's quite limited in what it provides."
3030
}, {
3131
"name": "chrono",
3232
"notes": "The most comprehensive and full-featured datetime library, but more complex because of it."
@@ -68,7 +68,7 @@
6868
"name": "Insertion-ordered map",
6969
"recommendations": [{
7070
"name": "indexmap",
71-
"notes": "A HashMap that seperately keeps track of insertion order and allows you to efficiently iterate over its elements in that order"
71+
"notes": "A HashMap that separately keeps track of insertion order and allows you to efficiently iterate over its elements in that order"
7272
}]
7373
},
7474
{
@@ -125,7 +125,7 @@
125125
{
126126
"slug": "logging",
127127
"name": "Logging",
128-
"description": "Crates for logging. Note that in general you will need a seperate crate for actually printing/storing the logs",
128+
"description": "Crates for logging. Note that in general you will need a separate crate for actually printing/storing the logs",
129129
"purposes": [
130130
{
131131
"name": "Text-based logging",
@@ -1224,7 +1224,7 @@
12241224
}, {
12251225
"name": "baseview",
12261226
"link": "https://github.com/RustAudio/baseview",
1227-
"notes": "Specialized window creation library targetting windows to be embedded in other applications (e.g. DAW plugins)"
1227+
"notes": "Specialized window creation library targeting windows to be embedded in other applications (e.g. DAW plugins)"
12281228
}]
12291229
}, {
12301230
"name": "2D Renderers",

0 commit comments

Comments
 (0)