Eval EXEC
|
e4e71b016c
|
fix typo
ascyn -> async
|
2 years ago |
Sunface
|
b5fd7d5eea
|
Merge pull request #1024 from mistwave/patch-9
fix typo
|
2 years ago |
Sunface
|
0280d2d36b
|
Merge pull request #1019 from Somoku/main
chore: fix typo, format and answer reference
|
2 years ago |
Sunface
|
b66866873c
|
Merge pull request #1017 from fky2015/patch-1
fix: fix typo.
|
2 years ago |
Yifu Duan
|
c2042bc3e9
|
fix typo
|
2 years ago |
Somoku
|
e9b89c2f7f
|
Merge branch 'main' of https://github.com/Somoku/rust-course
|
2 years ago |
Somoku
|
124de6a7da
|
chore: fix typo, format and answer reference
|
2 years ago |
Sunface
|
536e3fda80
|
Merge pull request #1015 from mistwave/fix-punctuation
Fix mixed punctuation usages
|
2 years ago |
Sunface
|
65d888deb2
|
Merge branch 'main' into fix-punctuation
|
2 years ago |
Sunface
|
8bbdda6f52
|
Merge pull request #1014 from mistwave/patch-4
Add an example for if-expression
|
2 years ago |
Sunface
|
80cbf35e50
|
Merge branch 'main' into patch-4
|
2 years ago |
Sunface
|
6211f326b5
|
Merge pull request #1013 from mistwave/patch-6
fix: typo
|
2 years ago |
Sunface
|
f58a1464d1
|
Merge pull request #1012 from mistwave/patch-3
Add relative English wordings
|
2 years ago |
Sunface
|
b73f74cc9c
|
Merge pull request #1011 from Jack-Zhang-1314/patch-1
Update method.md(Fixed ambiguous semantics)
|
2 years ago |
Sunface
|
525707208c
|
Merge pull request #1010 from Wjinlei/patch-1
Update global-variable.md
|
2 years ago |
Sunface
|
b6b2d30d3b
|
Merge pull request #1009 from Somoku/new
fix: format, typo fixed in some sections
|
2 years ago |
Feng Kaiyu
|
abcb43ac75
|
fix: fix typo.
|
2 years ago |
Yifu Duan
|
dc9d5ca870
|
修改正文中的英文冒号
|
2 years ago |
Yifu Duan
|
faafeceb30
|
修改正文中的英文标点
|
2 years ago |
Yifu Duan
|
7457224785
|
修改英文逗号
|
2 years ago |
Yifu Duan
|
38912999f8
|
修正单词typo
|
2 years ago |
Yifu Duan
|
eb6980fc47
|
增加if-expression的例子
类似Scala的`if (x % 2 == 1) "odd" else "even"`,
或者Haskell的`if (x `mod` 2 == 1) then "odd" else "even"`。
|
2 years ago |
Yifu Duan
|
fca480f574
|
加上对应英文单词,便于读者和rustc报错信息对应上
|
2 years ago |
fw_qaq
|
8395dd2a62
|
Update method.md
|
2 years ago |
小虾米
|
3f5a554c6f
|
Update global-variable.md
|
2 years ago |
Sunface
|
e8cce23425
|
Merge pull request #1007 from lodisy/patch-1
Update struct.md
|
2 years ago |
Sunface
|
a1bbe445e4
|
Merge pull request #1008 from zhaoyao73/patch-2
fix a typo in formatted-output.md
|
2 years ago |
zhaoyao73
|
dd38ca0796
|
fix a typo in formatted-output.md
fix the output
|
2 years ago |
Somoku
|
d6352a5797
|
Merge branch 'main' of https://github.com/Somoku/rust-course
|
2 years ago |
Somoku
|
10d8f39a08
|
fix: format, typo fixed in some sections
|
2 years ago |
Michael
|
3a2bc14ffe
|
Update struct.md
Fix a typo
|
2 years ago |
Sunface
|
8a8070aa2c
|
Merge pull request #1005 from Somoku/main
fix: typos fixed and answer reference link changed
|
2 years ago |
Somoku
|
83ae8680be
|
fix: typos fixed and answer reference link changed
|
2 years ago |
Sunface
|
c3957b3bd6
|
Merge pull request #1001 from airene/patch-1
chore: spell err
|
2 years ago |
Airene Fang
|
ac9deee742
|
chore: spell err
|
2 years ago |
Sunface
|
33cddaeb7e
|
Merge pull request #994 from thecrackofdawn/patch-1
Update all-patterns.md
|
2 years ago |
Sunface
|
dd29cce441
|
Merge pull request #993 from AllanDowney/index
update(index-list): update Box Deref Drop
|
2 years ago |
cd
|
5da14a5de9
|
Update all-patterns.md
此处已经假设x的值是`None`了,所以最后描述未被覆盖的x应该用`None`,而不是`Some(5)`
|
2 years ago |
Sunface
|
aa35ba5dab
|
Merge pull request #987 from trdthg/patch-1
fix: typo pulish
|
2 years ago |
Allan Downey
|
e39ac19fbd
|
update(index-list): update Box Deref Drop
|
2 years ago |
trdthg
|
09dd419656
|
fix: typo pulish
|
2 years ago |
Sunface
|
9794902164
|
Merge pull request #982 from yixinBC/patch-1
Update method.md
|
2 years ago |
Bu Yixin
|
817ea006df
|
Update method.md
fix https://github.com/sunface/rust-course/discussions/635#discussioncomment-3006436
|
2 years ago |
Sunface
|
91f3dc34d6
|
Merge pull request #978 from keob/fix-typo
Update char-bool.md
|
2 years ago |
kebo
|
ea051f8547
|
Update char-bool.md
Add rust syntax highlight
|
2 years ago |
Sunface
|
096071a589
|
Merge pull request #977 from dongm2ez/patch-1
Update editor.md
|
2 years ago |
Moses Happ
|
27f65a9792
|
Update editor.md
|
2 years ago |
Sunface
|
f0aebb43e3
|
Merge pull request #969 from AllanDowney/patch1
Update about-book.md
|
2 years ago |
Sunface
|
96a3a6fa96
|
Merge pull request #970 from ambition-echo/patch-1
Update result.md
|
2 years ago |
Sunface
|
5196105f6b
|
Merge pull request #976 from JesuisTong/main
feat: add viewed style
|
2 years ago |