Skip to content

Commit 934729c

Browse files
authored
Fix lifetime-elision.md (#24)
* Fix typo * Obey to translation table * Make a sentence more understandable
1 parent 43ab5b7 commit 934729c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lifetime-elision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ T<'a>
2727
Lifetime positions can appear as either "input" or "output":
2828
-->
2929

30-
ライフタイムポジションは、「入力」「出力」のいづれかです
30+
ライフタイムポジションは、「入力」または「出力」という形で現れます
3131

3232
<!--
3333
* For `fn` definitions, input refers to the types of the formal arguments
@@ -63,7 +63,7 @@ Elision rules are as follows:
6363
parameter.
6464
-->
6565

66-
* 入力ポジションの省略されたライフタイムは、それぞれ別のライフタイムパラメタになります
66+
* 入力ポジションの省略されたライフタイムは、それぞれ別のライフタイムパラメータになります
6767

6868
<!--
6969
* If there is exactly one input lifetime position (elided or not), that lifetime

0 commit comments

Comments
 (0)