Skip to content

Commit

Permalink
Rename "borrowck" category to "borrow checker"
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin authored and BoxyUwU committed May 13, 2024
1 parent 998d091 commit 65a73a2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
- [Trait Solver 6](./trait_solver/6.md)
- [Trait Solver 7](./trait_solver/7.md)

# Borrowck
# Borrow Checker

- [Borrowck 1](./borrowck/1.md)
- [Borrowck 2](./borrowck/2.md)
- [Borrowck 3](./borrowck/3.md)
- [Borrowck 4](./borrowck/4.md)
- [Borrowck 5](./borrowck/5.md)
- [Borrow Checker 1](./borrowck/1.md)
- [Borrow Checker 2](./borrowck/2.md)
- [Borrow Checker 3](./borrowck/3.md)
- [Borrow Checker 4](./borrowck/4.md)
- [Borrow Checker 5](./borrowck/5.md)
2 changes: 1 addition & 1 deletion src/borrowck/1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Borrowck 1 @WaffleLapkin @BoxyUwU
# Borrow Checker 1 @WaffleLapkin @BoxyUwU

```rust
{{#include ../../code/examples/borrowck_1.rs}}
Expand Down
2 changes: 1 addition & 1 deletion src/borrowck/2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Borrowck 2 @WaffleLapkin @BoxyUwU
# Borrow Checker 2 @WaffleLapkin @BoxyUwU

```rust
{{#include ../../code/examples/borrowck_2.rs}}
Expand Down
2 changes: 1 addition & 1 deletion src/borrowck/3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Borrowck 3 @BoxyUwU
# Borrow Checker 3 @BoxyUwU

```rust
{{#include ../../code/examples/borrowck_3.rs}}
Expand Down
2 changes: 1 addition & 1 deletion src/borrowck/4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Borrowck 4 @BoxyUwU @WaffleLapkin
# Borrow Checker 4 @BoxyUwU @WaffleLapkin

```rust
{{#include ../../code/examples/borrowck_4.rs}}
Expand Down
2 changes: 1 addition & 1 deletion src/borrowck/5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Borrowck 5 @WaffleLapkin @BoxyUwU
# Borrow Checker 5 @WaffleLapkin @BoxyUwU

```rust
{{#include ../../code/examples/borrowck_5.rs}}
Expand Down

0 comments on commit 65a73a2

Please sign in to comment.