mirror of
https://github.com/oldratlee/translations.git
synced 2026-02-03 02:04:13 +08:00
improve wording
This commit is contained in:
@@ -168,7 +168,7 @@ class Test {
|
||||
}
|
||||
```
|
||||
|
||||
> 类型注解。这个设计引入的诡异在程度上仅仅被它解决问题的能力超过。
|
||||
> 类型注解。这个设计带来的诡异程度仅次于它带来的解决问题的能力。
|
||||
|
||||
或换句话说:
|
||||
|
||||
@@ -555,4 +555,4 @@ execute((Runnable & Serializable) (() -> {}));
|
||||
|
||||
一般我只对`SQL`会说这样的话,但是时候用下面的话来结束这篇文章了:
|
||||
|
||||
> `Java`中包含的诡异在程度上仅仅被它解决问题的能力超过。
|
||||
> `Java`中包含的诡异之多仅次于它解决问题的能力之大。
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
格式:
|
||||
|
||||
```c
|
||||
#include<stdio.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
@@ -35,7 +35,7 @@
|
||||
效果:
|
||||
|
||||
```c
|
||||
#include<stdio.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user