mirror of
				https://github.com/donnemartin/system-design-primer.git
				synced 2025-11-04 02:02:31 +03:00 
			
		
		
		
	Correct mistranslation
- Uniform the translation of "use case(s)" to "ユースケース". - Make the translation more fluent.
This commit is contained in:
		@@ -1434,7 +1434,7 @@ POST /anotheroperation
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RPCは振る舞いを公開することに焦点を当てています。RPCは内部通信パフォーマンスを理由として使われることが多いです。というのも、使用する状況に合わせてネイティブコールを自作することができるからです。
 | 
					RPCは振る舞いを公開することに焦点を当てています。RPCはそのパフォーマンスを理由に、内部通信においてよく利用されます。場合によっては、ユースケースに合わせてネイティブコールを自作することもできます。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ネイティブライブラリー (aka SDK) を呼ぶのは以下の時:
 | 
					ネイティブライブラリー (aka SDK) を呼ぶのは以下の時:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user