Commit Graph

715 Commits

Author SHA1 Message Date
7be5dd154e Merge pull request #518 from Scott169/master
Fix typos and uneditable practices
2024-05-27 14:26:17 +08:00
4d82e91b9e Merge pull request #519 from weibk/patch-2
docs: 修改错别字
2024-05-27 14:25:44 +08:00
980438637b Update zh-CN/src/flow-control.md 2024-05-27 14:25:38 +08:00
bd39fe822a docs: 修改错别字 2024-04-28 08:40:23 +08:00
4b5c987691 Merge branch 'sunface:master' into master 2024-04-19 20:14:58 -04:00
595922a95c Merge pull request #516 from friendlyantz/patch-1
Update variables.md
2024-04-13 10:34:01 +08:00
714c577aa1 Update variables.md
different messages for inner and outer scopes
2024-04-13 11:46:46 +10:00
b86072ef4b Merge pull request #512 from jwcesign/patch-1
doc: add solution link for formatted-output
2024-04-02 13:28:41 +08:00
800f0b13c6 Merge pull request #514 from so2liu/master
fix type for traits.md
2024-04-02 13:28:16 +08:00
905facd745 fix type for traits.md 2024-03-28 20:12:24 +08:00
5f45ba6b0b doc: add solution link for formatted-output 2024-03-19 19:30:41 +08:00
0eb674a557 Merge branch 'sunface:master' into master 2024-02-29 17:38:55 -05:00
303bcf08e7 Merge pull request #498 from h3n4l/chore/remove-ds-store
chore(structure): remove all .DS_Store files
2024-02-04 09:06:48 +08:00
9444c42b88 chore: remove all .DS_Store file
Signed-off-by: h3n4l <oysterdays@gmail.com>
2024-02-04 02:18:01 +08:00
253042417a chore: rename practice.rs to practice.course.rs 2024-01-24 16:46:52 +08:00
38801fac38 Merge pull request #490 from inyourface34456/patch-1
Fixed a link and linked one to the book rather then the repo
2024-01-18 21:28:36 +08:00
a6769fa063 changed one link to the book 2024-01-17 11:28:07 -05:00
a9d2e2e19e Fixed a link and linked one to the book rather then the repo 2024-01-17 11:22:43 -05:00
f9542abc7d Update iterator.md 2024-01-08 00:56:56 -05:00
a9e6e246e6 Update iterator.md 2024-01-08 00:53:48 -05:00
14f0aed160 Merge branch 'sunface:master' into master 2024-01-08 00:49:38 -05:00
e57bae6feb fix: new version mdbook layout issue 2024-01-06 09:30:06 +08:00
beb0a7d57d Merge pull request #473 from abdulshaikh55/patch-1
Update ownership.md
2024-01-03 09:18:38 +08:00
35c3e9e30a Merge pull request #482 from Madduxv/patch-1
Fixed typos in char-bool.md
2024-01-03 09:12:24 +08:00
e094f1f861 Merge pull request #484 from AllenDEricDAlexander/master
<fix>(<elegant-code-base>):<png project url>
2024-01-03 09:10:10 +08:00
a26ba7366e Update zh-CN/src/elegant-code-base.md 2024-01-03 09:09:49 +08:00
a3ab98c36a Merge pull request #486 from Hugoo/master
Rename first_word to first_letter
2024-01-03 09:06:17 +08:00
39fe81751d Update module.md
Fix missing tag "editable" in question 2's block.
2023-12-27 23:55:16 -05:00
7ac53b8091 Rename first_word to first_letter 2023-12-25 21:40:42 +01:00
ec707fb3ab <feat>(<elegant-code-base>):<sokoban project url>
Submitted a good hand training project - sokoban
提交了一个不错的练手项目 - 推箱子
2023-12-22 10:42:02 +08:00
9a9f5dc57f <fix>(<elegant-code-base>):<png project url>
I replaced the URL for the latest hand training event 5 (hide your secret in PNG)
我替换了最新的练手项目5( 在 PNG 中隐藏你的秘密)的url
2023-12-21 11:40:34 +08:00
b13c971969 Fixed typos in char-bool.md 2023-12-14 01:10:30 -06:00
e0d4bf479e Fix typo in basic.md 2023-12-10 14:28:49 -05:00
4b4d3453b3 Merge pull request #476 from Scott169/master
Correction of problem 1 in vector.md
2023-12-07 20:13:48 +08:00
700a2b63e4 Merge pull request #477 from XuGuangnian/patch-3
add "3, 4" answers with Spaces for Q3 of type-conversions/others
2023-12-07 20:12:29 +08:00
1df37a43da Merge pull request #478 from jamesgayht/functions-typo
fixed typo in functions qn3 work
2023-12-07 20:11:13 +08:00
2d3633a392 Merge pull request #479 from nshefeek/master
fix: reference to Lifetime Learning Resource(English) fixed
2023-12-07 20:10:53 +08:00
a8d2fb95fd Merge pull request #480 from iteroji/patch-1
fixed a grammar mistake in functions exercise #3
2023-12-07 20:10:07 +08:00
8c718b860d fixed grammar in functions exercise #3
Removed unnecessary third person 's'
2023-11-25 06:23:13 +01:00
6eeaf60b3e fix: reference to Lifetime Learning Resource(English) fixed 2023-11-22 09:55:24 +04:00
6313f39ccb fixed typo in functions qn3 work 2023-11-14 14:18:02 +08:00
2309fac720 add "3, 4" answers with Spaces for Q3 of type-conversions/others
add `.map(|x| x.trim())`  for Q3 of type-conversions/others
Added "3, 4" answers with Spaces
2023-11-13 16:39:18 +08:00
6990f89c16 Correction of problem 1 in vector.md
```v1``` cannot be referred if the ownership of ```v``` is moved to ```fn is_vec(v: &Vec<u8>)```
2023-11-12 13:45:22 -05:00
ad2f389019 Update ownership.md 2023-11-06 17:21:55 +05:30
819d9d414a Merge pull request #472 from XuGuangnian/patch-2
add trim for Q3 of type-conversions
2023-11-02 16:37:49 +08:00
91724a5136 add trim() for Q3 of type-conversions
add `.map(|x| x.trim()) ` for Q3 of type-conversions
增加`"3, 4"`答案中有空格的情况
2023-11-02 14:25:44 +08:00
f6e96bc9f9 Merge pull request #465 from oggy107/patch-1
fix grammar mistake
2023-10-21 08:44:09 +08:00
73db9a9e9d Merge pull request #466 from DiogoJorge1401/patch-1
fix typos
2023-10-21 08:43:36 +08:00
44a03b293d Merge pull request #468 from dongxuwang/patch-1
Update why-exercise.md
2023-10-21 08:42:58 +08:00
8bb23cd88e Update why-exercise.md 2023-10-21 08:29:12 +08:00