Commit Graph

126 Commits

Author SHA1 Message Date
Sunface d334367182
Merge pull request #294 from Tanish-Eagle/edit
Edit
2022-08-12 17:18:57 +08:00
Sunface 2036f44e11
Merge pull request #293 from Rupesh-Darimisetti/patch-5
fix: make the exercise editable to edit & run
2022-08-12 17:18:13 +08:00
Tanish-Eagle d370b05aa2 Fixed some grammar mistakes 2022-08-09 18:21:21 +05:30
Tanish-Eagle 03279d2d39 Fixed spellings and clarified some sentances 2022-08-09 18:09:25 +05:30
Rupesh-Darimisetti ab71e9a549
fix: make the exercise editable to run 2022-08-08 20:40:59 +05:30
Rupesh-Darimisetti 650fafcda8
remove the line to make the program editable 2022-08-08 15:54:44 +05:30
Sunface bce4f2116f
Merge pull request #287 from Tanish-Eagle/edit
Edited type-conversionEdit
2022-08-08 10:09:21 +08:00
Sunface bb0a6e69f7
Merge pull request #289 from Rupesh-Darimisetti/patch-2
add editable to make changes in code
2022-08-08 10:08:32 +08:00
Rupesh-Darimisetti c2bb5a2420
fix typo from edtiable to editable 2022-08-07 19:44:49 +05:30
Rupesh-Darimisetti ee135869ef
add editable to make changes in code
Exercise 2 and Separating modules into different files
2022-08-05 10:56:59 +05:30
Tanish-Eagle 1ece6134c3 Merge branch 'master' of https://github.com/sunface/rust-by-practice into edit 2022-08-04 00:38:16 +05:30
Tanish-Eagle 42d4503930 Fixed the spelling mistakes and clarified some sentances 2022-08-04 00:36:25 +05:30
Tanish-Eagle 659d6aa04c Fixed the spelling mistakes 2022-08-03 14:37:21 +05:30
sunface 30b741b886 fix typo 2022-08-03 16:01:27 +08:00
Tanish-Eagle c1991f3085 Fixed the punctuations 2022-08-03 11:20:50 +05:30
Sunface 8605ed3b8d
Merge pull request #279 from Rupesh-Darimisetti/patch-1
fix typo editble to editable
2022-07-28 09:10:57 +08:00
Sunface f14f14c47a
Merge pull request #273 from pabigot/pabigot/20220720a
fix: avoid unused variable warning
2022-07-28 09:07:14 +08:00
kaioh33 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
Rupesh-Darimisetti 10b8cd4903
fix typo editble to editable 2022-07-24 19:56:08 +05:30
Peter A. Bigot 697a0d754e fix: avoid unused variable warning 2022-07-20 08:39:28 -07:00
Sunface d91ca79253
Merge pull request #272 from Tanish-Eagle/editing
Editing
2022-07-20 09:18:37 +08:00
Tanish-Eagle 35d4e11716 Edited the hash map 2022-07-19 11:06:41 +05:30
Tanish-Eagle 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
Tanish-Eagle 02882c5e04 Edited the vector 2022-07-17 02:51:49 +05:30
Tanish-Eagle 98e1a5dce4 Edited the Strings 2022-07-16 11:54:42 +05:30
Skandesh 9eae91f0e2
Updating exercise's serial number
Helps to keep track of the flow.
2022-07-12 22:41:12 +05:30
Sunface e9f3b398c5
Merge pull request #261 from pfei-sa/patch-1
Fix numbering typo
2022-07-11 09:34:46 +08:00
Sunface 0a617f9c79
Merge pull request #262 from joleeee/patch-1
Minor rewording
2022-07-11 09:34:13 +08:00
cui fliter 2eeb2124ef fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-07-11 00:21:52 +08:00
jole 1f4c711207
Minor rewording 2022-07-09 00:17:15 +02:00
Peng Fei 2b2bfd314e
Fix numbering typo 2022-07-08 11:11:58 -04:00
Sunface f386d9bdb7
Merge branch 'master' into patch-1 2022-07-07 08:41:04 +08:00
Sunface ac88c9cccf
Merge pull request #259 from katopz/no-space
remove unnecessary space
2022-07-07 08:39:22 +08:00
wgdzlh 1d510fadc9 fix: use map func to avoid copy of string 2022-07-06 09:41:17 +08:00
katopz 4f619bc158
remove unnecessary space 2022-07-04 18:51:02 +07:00
Sunface 908a3bb0c0
Merge pull request #245 from Tanish-Eagle/editing
Editing
2022-06-30 09:50:45 +08:00
Rami 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
Tanish-Eagle 4c28d9c05c Fixed spellings and missing semicolons in const-generics 2022-05-21 02:00:03 +05:30
Tanish-Eagle 7b51726073 Fixed spellings and missing semicolons in advance-trate 2022-05-21 01:42:19 +05:30
Tanish-Eagle d250d801ab Fixed spellings and missing semicolons in trate-object 2022-05-21 01:22:23 +05:30
Tanish-Eagle 26ebbe292b Fixed spellings clarified comments in trates 2022-05-20 20:17:50 +05:30
Tanish-Eagle c5f0c5c31e Fixed missing semicolons and clarified comments in generics 2022-05-20 19:54:19 +05:30
Tanish-Eagle 74fe169405 Fixed punctuation and some grammar mistakes 2022-05-16 21:05:05 +05:30
Sunface aafd1f8a4b
Merge pull request #231 from Tanish-Eagle/editing-match
Editing match
2022-05-05 08:33:39 +08:00
Sunface a2efc570a7
Update en/src/pattern-match/match-iflet.md 2022-05-05 08:33:09 +08:00
Tanish-Eagle 4f821522a5 Fixed the mistakes in patterns 2022-05-04 14:42:49 +05:30
Tanish-Eagle f8da722d42 Fixed the mistakes in match-iflet 2022-05-04 14:02:32 +05:30
Quan Dong 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
Tanish-Eagle dc554f690b Fixed mistakes, and clarified some messages 2022-04-25 22:33:31 +05:30