improve wording

This commit is contained in:
Jerry Lee
2016-05-24 19:35:41 +08:00
parent fc75ebe0d1
commit f493cdc820
2 changed files with 4 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ class Test {
}
```
> 类型注解。这个设计引入的诡异程度上仅仅被它解决问题的能力超过
> 类型注解。这个设计带来的诡异程度仅次于它带来的解决问题的能力。
或换句话说:
@@ -555,4 +555,4 @@ execute((Runnable & Serializable) (() -> {}));
一般我只对`SQL`会说这样的话,但是时候用下面的话来结束这篇文章了:
> `Java`中包含的诡异在程度上仅仅被它解决问题的能力超过
> `Java`中包含的诡异之多仅次于它解决问题的能力之大

View File

@@ -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[])
{