We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ab5b7 commit 934729cCopy full SHA for 934729c
src/lifetime-elision.md
@@ -27,7 +27,7 @@ T<'a>
27
Lifetime positions can appear as either "input" or "output":
28
-->
29
30
-ライフタイムポジションは、「入力」か「出力」のいづれかです。
+ライフタイムポジションは、「入力」または「出力」という形で現れます。
31
32
<!--
33
* For `fn` definitions, input refers to the types of the formal arguments
@@ -63,7 +63,7 @@ Elision rules are as follows:
63
parameter.
64
65
66
-* 入力ポジションの省略されたライフタイムは、それぞれ別のライフタイムパラメタになります。
+* 入力ポジションの省略されたライフタイムは、それぞれ別のライフタイムパラメータになります。
67
68
69
* If there is exactly one input lifetime position (elided or not), that lifetime
0 commit comments