Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 67426d4

Browse files
Update why-is-printing-b-dramatically-slower-than-printing.md
1 parent cab2daa commit 67426d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎contents/why-is-printing-b-dramatically-slower-than-printing.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ for (int i = 0; i < 1000; i++) {
5050

5151

5252
**译者注:**
53-
对于"word-wrapping""character-wrapping",我的理解是,它们的区别在于换行时是否在一个单词内部分割,例如在 charac-ter 中的-处换行,"word-wrapping"会将character全部移到下一行,而"character-wrapping"则将ter移到下一行,而charac依旧在原来的位置
54-
"word-wrapping"
53+
对于"word-wrapping""character-wrapping",我的理解是,它们的区别在于换行时是否在一个单词内部分割,例如在 charac-ter 中的-处换行,"word-wrapping"会将character全部移到下一行,而"character-wrapping"则将ter移到下一行,而charac依旧在原来的位置
54+
**word-wrapping**
5555
```
5656
*******
5757
character
5858
```
59-
"character-wrapping"
59+
**character-wrapping**
6060
```
6161
*******charac
6262
ter

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /