Fixing spaces
This commit is contained in:
parent
d40ab2f671
commit
72668838bc
@ -156,14 +156,12 @@ Foo(
|
|||||||
spam,
|
spam,
|
||||||
{bar: baz, qux: [1, 3, 3, 7]}
|
{bar: baz, qux: [1, 3, 3, 7]}
|
||||||
)
|
)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You can continue argument expansion to:
|
You can continue argument expansion to:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Foo(
|
Foo(
|
||||||
[
|
[
|
||||||
wibble,
|
wibble,
|
||||||
@ -181,7 +179,6 @@ Foo(
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The argument wrapping and unwrapping operations demonstrated above are easily reversible and correctly preserve the
|
The argument wrapping and unwrapping operations demonstrated above are easily reversible and correctly preserve the
|
||||||
|
Loading…
Reference in New Issue
Block a user