Skip to content

Commit

Permalink
move files around
Browse files Browse the repository at this point in the history
  • Loading branch information
saltukalakus committed Nov 2, 2024
1 parent f56b641 commit 3e434e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
- [Standard Library](./essentials/std-lib/intro.md)
- [Self Keyword](./essentials/std-lib/self.md)
- [Imp Keyword](./essentials/std-lib/imp.md)
- [Borrow vs Ownership](./essentials/borrow-vs-ownership.md)
- [Core Concepts](./essentials/core-concepts/intro.md)
- [Borrow vs Ownership](./essentials/core-concepts/borrow-vs-ownership.md)

- [Patterns](./patterns.md)
- [Behavioral Patterns](./patterns/behavioral.md)
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/essentials/core-concepts/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Core Concepts

0 comments on commit 3e434e1

Please sign in to comment.