Skip to content

Commit

Permalink
DICTIONARY_PL.md, src/04-pointers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrol committed May 23, 2024
1 parent a7d4c2b commit e13bd91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DICTIONARY_PL.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
- primitives and arrays - typy podstawowe (prymitywne?) i tablice
- hash map - hashmapa (dziwnie brzmi tablia mieszająca)
- hash - hash
- ownership - własność - może się mylić z własnością jako cechą (posiadanie?) <https://devenv.pl/rust-borrowing-ownership-pozyczanie-wlasnosci/>
- ownership - własność - może się mylić z własnością jako cechą (posiadanie?) https://devenv.pl/rust-borrowing-ownership-pozyczanie-wlasnosci/
- legitimately - zasadnie
- lookup - wyszukiwanie
- The code is case sensitive - W kodzie rozróżniana jest wielkość liter
Expand All @@ -67,7 +67,7 @@
- expose - eksponować
- output - wyjście (dane wyjściowe?)
- background - praktyka
- background and experience - praktyka i doświadczenie <https://ell.stackexchange.com/questions/134367/study-background-vs-study-experience/134376#134376>
- background and experience - praktyka i doświadczenie https://ell.stackexchange.com/questions/134367/study-background-vs-study-experience/134376#134376
- seasoned programmer - wytrawny programista
- to start and begin your mastery - ruszyć i rozpocząć mistrzostwo
- precompiled - prekompilowany
Expand Down
2 changes: 1 addition & 1 deletion src/04-pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ pub const User = struct {
};
```

Dodaliśmy `name`, która jest wycinkiem. Przypomnijmy, że wycinek to długość i wskaźnik. Gdybyśmy zainicjowali naszego `user` nazwą `"Goku"`, jak wyglądałby on w pamięci?
Dodaliśmy `name`, które jest wycinkiem. Przypomnijmy, że wycinek to długość i wskaźnik. Gdybyśmy zainicjowali naszego `user` nazwą `"Goku"`, jak wyglądałby on w pamięci?

```
user -> ------------- (id: 1043368d0)
Expand Down

0 comments on commit e13bd91

Please sign in to comment.