mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix typo
This commit is contained in:
parent
099770e27c
commit
ff4ff3dc9b
|
@ -187,7 +187,7 @@ When nesting lists, use a 4 space indent for both numbered and bulleted lists:
|
||||||
4 space indent for wrapped text.
|
4 space indent for wrapped text.
|
||||||
1. 2 spaces after a numbered list.
|
1. 2 spaces after a numbered list.
|
||||||
8 space indent for the wrapped text of a nested list.
|
8 space indent for the wrapped text of a nested list.
|
||||||
2. Looks nice, don't it?
|
2. Looks nice, doesn't it?
|
||||||
* 3 spaces after a bullet.
|
* 3 spaces after a bullet.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -199,8 +199,8 @@ with no indent for wrapped text.
|
||||||
1. Irregular nesting... DO NOT DO THIS.
|
1. Irregular nesting... DO NOT DO THIS.
|
||||||
```
|
```
|
||||||
|
|
||||||
Even when there's no nesting, using the 4 space indent makes layout consistent
|
Even when there's no nesting, using the 4 space indent makes the layout
|
||||||
for wrapped text:
|
consistent for wrapped text:
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
* Foo,
|
* Foo,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user