File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ Programmers who are already working with low-level code can use Rust to raise
48
48
their ambitions. For example, introducing parallelism in Rust is a relatively
49
49
low-risk operation: the compiler will catch the classical mistakes for you. And
50
50
you can tackle more aggressive optimizations in your code with the confidence
51
- that you won’t accidentally introduce crashes or exploits .
51
+ that you won’t accidentally introduce crashes or vulnerabilities .
52
52
-->
53
53
54
54
既に低レベルコードに取り組んでいるプログラマは、Rustを使用してさらなる高みを目指せます。例えば、
55
55
Rustで並列性を導入することは、比較的低リスクです: コンパイラが伝統的なミスを捕捉してくれるのです。
56
- そして、クラッシュやクラッキングの糸口を誤って導入しないという自信を持ってコードの大胆な最適化に取り組めるのです 。
56
+ そして、クラッシュや脆弱性の糸口を誤って導入しないという自信を持ってコードの大胆な最適化に取り組めるのです 。
57
57
58
58
<!--
59
59
But Rust isn’t limited to low-level systems programming. It’s expressive and
You can’t perform that action at this time.
0 commit comments