Skip to content

Commit d9860a5

Browse files
okuryuXhmikosRalexandrtovmach
authored
Fix Japanese typographical errors in the about page (#3063)
It fixes Japanese typographical errors in the Node.js description page. This is a more appropriate words for Japanese. The original PR: #3042 Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Alexandr Tovmach <alexandrtovmach@gmail.com>
1 parent 9fc5e40 commit d9860a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

locale/ja/about/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ directly performs I/O, so the process never blocks. Because nothing blocks,
4343
scalable systems are very reasonable to develop in Node.
4444
-->
4545

46-
これは OS のスレッドが採用されている一般的な同時実行モデルとは対象的です
46+
これは OS のスレッドが採用されている一般的な同時実行モデルとは対照的です
4747
スレッドベースのネットワーキングは比較的非効率であり、使うのはとても困難です。
4848
さらに Node.js にはロックがないので Node.js ユーザーはプロセスのデッドロックの悩みから開放されます。
4949
ほとんどの Node.js の関数は I/O を直接実行しないため、プロセスをブロックしません。
@@ -89,7 +89,7 @@ framework.
8989
-->
9090

9191
HTTP はストリーミングと低遅延を念頭に置いて設計された Node.js の第一級オブジェクトです。
92-
これは Node.js Web ライブラリやフレームワークの基礎を作るために適しています。
92+
これにより Node.js Web ライブラリやフレームワークの基礎を作るために適しています。
9393

9494
<!--
9595
Just because Node is designed without threads, doesn't mean you cannot take

0 commit comments

Comments
 (0)