Commit Graph

726 Commits

Author SHA1 Message Date
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
9e5265c4e6 fix:correct a typo 2023-04-20 17:42:56 +08:00
6d21608224 fix typo 2023-04-19 18:43:14 +02:00
77d68b1be3 Fixed typo 2023-04-18 09:08:11 +02:00
bbb45a5828 Fixed typo "mush" line 106 2023-04-18 08:52:42 +02:00
ad5f2554a9 Update char-bool.md 2023-04-13 11:03:31 +08:00
192a82ca2d Fix typo 2023-04-09 17:07:26 +03:00
06b48b24b3 Merge pull request #382 from frasbach/master
Added .prettierignore, fixing typos and urls
2023-04-09 21:06:55 +08:00
eb999976dd Merge pull request #387 from skaunov/patch-2
`from-into` small improvements
2023-04-09 21:05:29 +08:00
a60f6b4b47 Merge pull request #389 from UncleFB/master
修复右侧翻页按钮被nav遮挡的问题
2023-04-09 21:04:30 +08:00
219c38de8c Merge pull request #390 from zhaoshouhang/master
fix: remove spaces
2023-04-09 21:03:54 +08:00
c7f9d9caa0 Merge pull request #380 from perrotuerto/add-repo
Repo added
2023-04-09 21:03:17 +08:00
8e6993e25a fix: remove spaces 2023-04-07 13:40:23 +08:00
9b6bcf6b93 fix: remove spaces 2023-04-07 11:44:28 +08:00
d5cf97580a 修复右侧翻页按钮被nav遮挡的问题 2023-04-06 23:51:01 +08:00
fdac246cfd Update from-into.md
rewording of the task to be less confusing
2023-04-05 18:23:40 +03:00
de7523c35e Update from-into.md
Seems to be closer to the task.
2023-04-05 18:20:26 +03:00
5b8a9dfbf2 added prettierignore for markup and removed formatting 2023-03-24 13:09:57 +01:00
071d4f6ac8 removed broken link for code-editor hecto;2C 2023-03-24 12:58:40 +01:00
e1bab0e4eb Repo added for zh-CN 2023-03-20 10:26:04 -07:00
4978def4f5 Repo added 2023-03-20 10:22:34 -07:00
31c6314cf9 Merge pull request #378 from pawelgrzybek/master
Fix typo (add_tow ➡️ add_two)
2023-03-14 08:40:40 +08:00
311e2486eb Fix typo
From add_tow to add_two
2023-03-10 10:14:42 +00:00
d86e8de385 Merge pull request #376 from delta549/issue_375
Added proposed change to variables shadowing problem 6
2023-03-09 09:22:54 +08:00
0d7d44258e Added proposed change to variables shadowing problem 6 2023-03-04 13:38:02 +00:00
0d14bb3d1b Merge pull request #362 from sunface/dependabot/cargo/zh-CN/assets/mini-redis/tokio-1.18.5
build(deps): bump tokio from 1.8.1 to 1.18.5 in /zh-CN/assets/mini-redis
2023-02-24 09:09:31 +08:00
36c49b4ed2 Merge pull request #371 from QIN2DIM/master
fix: zh-CN typo `pracitce.rs`
2023-02-24 09:09:14 +08:00
de0daef3ce fix: zh-CN typo pracitce.rs 2023-02-21 22:55:55 +08:00
dbd9c9eff6 Merge pull request #360 from mayorcoded/patch-1
Update link to resource 2 (Building a text editor)
2023-02-13 10:51:20 +08:00
d75000d198 Merge pull request #358 from teddywaweru/patch-1
Update ownershp.md
2023-02-13 10:50:37 +08:00
29ec34ef1f Merge pull request #356 from Ziqi-Yang/ziqi-yang/link_solution
feat: add link_solution script
2023-02-13 10:49:37 +08:00
15a739c3b0 Merge pull request #355 from Ziqi-Yang/ziqi-yang/fix-links
fix: add and fix solution links
2023-02-13 10:48:13 +08:00
b97605e0d8 Merge pull request #361 from asuper0/fix_collections_string_4
注释的“中”修改为“世”
2023-02-13 10:47:37 +08:00