2042a8d1e1
Merge pull request #436 from maorit/fix_typo_const_generics
...
format code in solutions/generics-traits/const-generics.md
2023-08-11 10:52:42 +08:00
2e68fa3c26
Merge pull request #437 from maorit/fix_typo_traits
...
fix typo: in generics-traits/traits, change the name of variable `_this_is_true` to its intended name of `_this_is_false`.
2023-08-11 10:52:26 +08:00
17ac1593ff
Merge pull request #441 from blattgold/master-1
...
slice.md, fixed gramatical error
2023-08-11 10:51:33 +08:00
ffb4d2e455
Merge pull request #438 from maorit/fix_typo_traits2
...
fix typo: 'mentiond' -> 'mentioned'
2023-08-11 10:51:15 +08:00
558d646671
Merge pull request #442 from maorit/fix_url_jump_bug
...
fix page jump bug between two language: set filename of `zh-CN/src/collections/String.md` into `string.md`, in corresponding to english version, sothat can jump to correct page between english version and chinese version.
2023-08-11 10:50:46 +08:00
53fb442249
Merge pull request #443 from maorit/format_code_collections_vector
...
format code: format code in `solutions/collections/Vector.md`
2023-08-11 10:50:02 +08:00
8516b05c23
Merge pull request #444 from maorit/format_code_type_conversion_from_into
...
format code: format code in `type-conversions/from-into`
2023-08-11 10:49:39 +08:00
9f2605bf6b
format code: format code in type-conversions/from-into
2023-08-06 22:30:24 +08:00
315dbdd2b6
format code: format code in solutions/collections/Vector.md
2023-08-06 20:38:15 +08:00
efde24ba43
fix bug: set filename of zh-CN/src/collections/String.md
into string.md
, in corresponding to english version, sothat can jump to correct page between english version and chinese version.
2023-08-06 19:49:56 +08:00
7eb79a3d81
slice.md, fixed gramatical error
...
If you want know more -> If you want to know more
2023-08-05 22:42:31 +02:00
78b6b5c0f2
fix typo: 'mentiond' -> 'mentioned'
2023-08-05 22:03:09 +08:00
4c86411100
fix typo: in generics-traits/traits, change the name of variable _this_is_true
to its intended name of _this_is_false
.
2023-08-05 21:52:37 +08:00
d4b2743cf0
format code in solutions/generics-traits/const-generics.md
2023-08-05 21:34:02 +08:00
a7d22235eb
fix typo: 'assotiated' -> 'associated'
2023-08-05 20:44:36 +08:00
a5e47880a0
fix solution linkage of en/src/pattern-match/match-iflet.md
2023-08-05 17:40:26 +08:00
1ae378df81
Fixed Footer giscus
Comments Widget
2023-07-20 03:01:14 +05:00
de7e0d25dd
Typo Fixed evironment
to environment
2023-07-20 02:44:15 +05:00
f8ebc89a66
Typo Fixed errror
to error
2023-07-20 02:43:14 +05:00
a9d7e193d2
Typo Fixed aproaches
to approaches
2023-07-20 02:42:51 +05:00
2a92e3d65e
Typo Fixed placefolder
to placeholder
2023-07-20 02:40:36 +05:00
0f97d37440
Typo Fixed straightfoward
to straightforward
2023-07-20 02:40:08 +05:00
88191e18b2
Merge pull request #420 from MujeebullahKalwar/count-badge-fix
...
Fixed Footer Count Badge
2023-07-14 14:01:57 +08:00
e8ff58dc42
Changed Style to Flat Square
2023-07-13 15:22:15 +05:00
b0666cfef9
Fixed Footer Count Badge
2023-07-13 15:16:24 +05:00
5453e7a05c
Update ownership.md.
...
Borrowing the variables in the first problem
2023-07-06 10:23:43 +05:30
5b9632276f
Fix dot call syntax in exercises to be double colon
...
Looks like this was not intentional 🙂 and the dot syntax is not coming from Rust
2023-07-04 21:29:43 +03:00
2f1ed60e25
remove the mistable semicolon
2023-07-04 17:57:44 +08:00
ff6c841dd5
Update Q6 array.md
...
changed comment suggesting arr.get() return Option<T> to Option<&T>
2023-07-02 23:10:16 +05:30
d5f4b58d8c
Merge pull request #411 from kewinzaq1/patch-1
...
fix: typo
2023-07-02 09:36:16 +08:00
c84af0193f
Merge pull request #412 from relaxcn/relaxcn-patch-1
...
fix the Markdown syntax error on variables.md shadowing
2023-07-02 09:35:15 +08:00
a47be3566d
Merge pull request #413 from shirjs/patch-1
...
Grammatical change from needs to requires
2023-07-02 09:34:44 +08:00
b4d39f8bf9
Update en/src/pattern-match/patterns.md
2023-07-02 09:33:39 +08:00
a3b94a8871
Grammatical change from needs to requires
...
Both sentences are grammatically correct, as the verbs "requires" and "needs" can be used interchangeably in this context. However, the first sentence sounds more formal and is more commonly used in written English, especially in technical or academic contexts.
In the context of your sentences (which are about programming), the first sentence:
"Using pattern &mut V to match a mutable reference requires you to be very careful, due to V being a value after matching"
sounds more suitable. It implies that the action (using the pattern &mut V) necessitates caution on the part of the user, due to the specific circumstance (that V becomes a value after matching).
The second sentence:
"Using pattern &mut V to match a mutable reference needs you to be very careful, due to V being a value after matching"
is also correct but it sounds slightly less formal and is less commonly used in this kind of context. The verb "needs" is more often used to describe a necessity or requirement for a person or thing, rather than an action.
2023-06-19 08:19:39 +03:00
1beecb464a
fix the Markdown syntax error
2023-06-19 00:44:59 +08:00
5a899e2329
fix: typo
2023-06-18 18:06:29 +02:00
588cd2d77c
Merge pull request #405 from SaberA1ter/master
...
Update problem 2 TIPS in slice.md
2023-06-14 08:45:21 +08:00
538d809296
Update solutions/compound-types/slice.md
2023-06-14 08:45:06 +08:00
4512a41503
Merge pull request #408 from bughou/patch-1
...
typo fix
2023-06-07 09:07:23 +08:00
c594e378a3
Update en/src/lifetime/basic.md
2023-06-07 09:06:56 +08:00
c40b4f9e55
typo fix
2023-05-28 21:33:23 +08:00
f338657322
Update problem 2 TIPS in slice.md
2023-05-21 00:05:14 +08:00
b92875b696
Merge pull request #393 from Coddeus/patch-1
...
Fixed typo "mush" line 106
2023-05-15 12:31:46 +08:00
cc51dc7266
Update en/src/comments-docs.md
2023-05-15 12:31:31 +08:00
7135ea424e
Merge pull request #391 from skaunov/patch-2
...
Fix typo
2023-05-15 12:29:24 +08:00
6b6a43b41f
Merge pull request #392 from YuJianghan/patch-1
...
Update char-bool.md
2023-05-15 12:28:51 +08:00
b5a1a80b4b
Merge pull request #394 from Coddeus/patch-2
...
Fixed typo
2023-05-15 12:28:21 +08:00
bcc64a16ae
Merge pull request #396 from sverdiyev/master
...
fix minor typo
2023-05-15 12:24:45 +08:00
f843add152
Merge pull request #397 from forceddd/master
...
修改错别字
2023-05-15 12:22:26 +08:00
0f9f0367d6
Update solution closure.md
...
Changed order of bounds so that readers new to Rust won't be confused by "bool + Copy" and could comprehend it faster and better.
2023-05-13 11:42:55 +03:00