Commit Graph

107 Commits

Author SHA1 Message Date
dba5925b80 Correct typo in chapter 12 intro
Change from "Ownership and borrowing" to "Type conversion" as the book says in the chapter list
2022-07-26 16:15:35 +01:00
d91ca79253 Merge pull request #272 from Tanish-Eagle/editing
Editing
2022-07-20 09:18:37 +08:00
35d4e11716 Edited the hash map 2022-07-19 11:06:41 +05:30
dddf7c7bf3 Merge branch 'master' of https://github.com/sunface/rust-by-practice into editing 2022-07-19 10:52:00 +05:30
me
81d8752422 修正切片练习题2错误 2022-07-18 16:37:01 +08:00
02882c5e04 Edited the vector 2022-07-17 02:51:49 +05:30
98e1a5dce4 Edited the Strings 2022-07-16 11:54:42 +05:30
9eae91f0e2 Updating exercise's serial number
Helps to keep track of the flow.
2022-07-12 22:41:12 +05:30
e9f3b398c5 Merge pull request #261 from pfei-sa/patch-1
Fix numbering typo
2022-07-11 09:34:46 +08:00
0a617f9c79 Merge pull request #262 from joleeee/patch-1
Minor rewording
2022-07-11 09:34:13 +08:00
2eeb2124ef fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-07-11 00:21:52 +08:00
1f4c711207 Minor rewording 2022-07-09 00:17:15 +02:00
2b2bfd314e Fix numbering typo 2022-07-08 11:11:58 -04:00
f386d9bdb7 Merge branch 'master' into patch-1 2022-07-07 08:41:04 +08:00
ac88c9cccf Merge pull request #259 from katopz/no-space
remove unnecessary space
2022-07-07 08:39:22 +08:00
1d510fadc9 fix: use map func to avoid copy of string 2022-07-06 09:41:17 +08:00
4f619bc158 remove unnecessary space 2022-07-04 18:51:02 +07:00
908a3bb0c0 Merge pull request #245 from Tanish-Eagle/editing
Editing
2022-06-30 09:50:45 +08:00
98f4befcda Make first HashMap code segment editable
A spelling mistake is preventing the first HashMap challenge from being editable.
2022-06-22 21:55:51 +01:00
4c28d9c05c Fixed spellings and missing semicolons in const-generics 2022-05-21 02:00:03 +05:30
7b51726073 Fixed spellings and missing semicolons in advance-trate 2022-05-21 01:42:19 +05:30
d250d801ab Fixed spellings and missing semicolons in trate-object 2022-05-21 01:22:23 +05:30
26ebbe292b Fixed spellings clarified comments in trates 2022-05-20 20:17:50 +05:30
c5f0c5c31e Fixed missing semicolons and clarified comments in generics 2022-05-20 19:54:19 +05:30
74fe169405 Fixed punctuation and some grammar mistakes 2022-05-16 21:05:05 +05:30
aafd1f8a4b Merge pull request #231 from Tanish-Eagle/editing-match
Editing match
2022-05-05 08:33:39 +08:00
a2efc570a7 Update en/src/pattern-match/match-iflet.md 2022-05-05 08:33:09 +08:00
4f821522a5 Fixed the mistakes in patterns 2022-05-04 14:42:49 +05:30
f8da722d42 Fixed the mistakes in match-iflet 2022-05-04 14:02:32 +05:30
e571b92c68 🐞 fix(method.md): 缺少空白 / miss blank
练习 3 中,第 12 行, 函数参数应该有两个下划线表示空缺。
---
In Exercise 3, line 12, function arguments should have two underscores to indicate that they are empty.
2022-05-03 03:14:23 +08:00
dc554f690b Fixed mistakes, and clarified some messages 2022-04-25 22:33:31 +05:30
942d8c6671 Fixed mistakes and missing semicolon in tupal 2022-04-20 23:11:39 +05:30
631265386d Fixed mistakes and missing semicolon in struct 2022-04-20 23:07:53 +05:30
c1b10e03cd Fixed mistakes and missing semicolon in string 2022-04-20 22:53:21 +05:30
9f8d1ae0d5 Fixed mistakes and missing semicolon in slice 2022-04-20 22:30:47 +05:30
c241eebbb6 Fixed mistakes and missing semicolon in enum 2022-04-20 22:16:19 +05:30
ef190d9e76 Fixed mistakes and missing semicolon in array 2022-04-20 17:27:21 +05:30
cdc5126f32 update readme.md 2022-04-09 19:51:00 +08:00
1b18a526d0 update readme.md 2022-04-09 19:48:16 +08:00
917f5e92d2 Fixed missing semicolon, spelling mistakes, and capitalization in borrowing 2022-04-07 15:22:02 +05:30
c74612b6a8 Fixed missing semicolon and capitalization mistakes in the ownership 2022-04-07 15:14:39 +05:30
e70f529c72 Fixed missing semicolons in basic-types, char-bool-unit 2022-04-05 14:07:55 +05:30
53bd5941cd Fixed missing semicolons and spelling mistakes in basic-types functions 2022-04-05 12:28:35 +05:30
e46c8aedb1 Fixed missing semicolons in basic-types, statements-expressions 2022-04-05 10:41:47 +05:30
09c0b55585 Fixed spellings and missing semicolons 2022-04-04 23:04:08 +05:30
b7f7755014 Update en/src/variables.md 2022-04-04 10:40:01 +08:00
722bb85ca6 Further simplified the comments 2022-04-03 21:52:32 +05:30
2416688f4f Fixed the missing semicolon 2022-04-02 23:29:51 +05:30
51734d1a44 Made the comments clearer 2022-04-02 23:19:14 +05:30
e056ca9f79 Fixed spelling mistakes and typos in the variable lesson 2022-04-02 23:03:39 +05:30