Skip to content

Commit 5d00ce3

Browse files
committed
和訳中の不要なスペースを削除
1 parent c565b6b commit 5d00ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/lifetime/static_lifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ are stored in the read-only memory of the binary:
4949
* Make a `string` literal which has type: `&'static str`.
5050
-->
5151
* `static`宣言とともに定数を作成する。
52-
* 文字列リテラル で`&'static str`型を持つ変数を作成する。
52+
* 文字列リテラルで`&'static str`型を持つ変数を作成する。
5353

5454
<!--
5555
See the following example for a display of each method:

0 commit comments

Comments
 (0)