Skip to content

Commit 59ea980

Browse files
authored
Merge pull request #123 from toku-sa-n/update_foreword
Update foreword.md
2 parents 3bc3363 + 23c2a88 commit 59ea980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/foreword.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Programmers who are already working with low-level code can use Rust to raise
4848
their ambitions. For example, introducing parallelism in Rust is a relatively
4949
low-risk operation: the compiler will catch the classical mistakes for you. And
5050
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.
5252
-->
5353

5454
既に低レベルコードに取り組んでいるプログラマは、Rustを使用してさらなる高みを目指せます。例えば、
5555
Rustで並列性を導入することは、比較的低リスクです: コンパイラが伝統的なミスを捕捉してくれるのです。
56-
そして、クラッシュやクラッキングの糸口を誤って導入しないという自信を持ってコードの大胆な最適化に取り組めるのです
56+
そして、クラッシュや脆弱性の糸口を誤って導入しないという自信を持ってコードの大胆な最適化に取り組めるのです
5757

5858
<!--
5959
But Rust isn’t limited to low-level systems programming. It’s expressive and

0 commit comments

Comments
 (0)