Skip to content

Commit b30308d

Browse files
committed
Fix formatting
1 parent 243e33b commit b30308d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-lifetime-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func f(arg: <parameter-convention> ArgType) -> <lifetime-type>(arg) ResultType
181181
Where
182182

183183
* *`parameter-convention`* is one of the ownership specifiers **`borrowing`**, **`consuming`**, or **`inout`**, (this may be implied by Swift’s default parameter ownership rules),
184-
* `*lifetime-type*` is one of the lifetime dependency annotations **`copy`**, **`borrow`**, **`consume`**, or **`mutate`**.
184+
* *`lifetime-type`* is one of the lifetime dependency annotations **`copy`**, **`borrow`**, **`consume`**, or **`mutate`**.
185185
* `ResultType` must be `~Escapable`.
186186

187187
Further:

0 commit comments

Comments
 (0)