Skip to content

Commit f16b34a

Browse files
authored
Fix type on in ch10-03-lifetime-syntax
Fix typo: logest -> longest
1 parent 82b0897 commit f16b34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch10-03-lifetime-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ longest string is abcd`.
245245

246246
2つの文字列スライスのうち、長い方を返す関数を書きましょう。この関数は、
247247
2つの文字列スライスを取り、1つの文字列スライスを返します。`longest`関数の実装完了後、
248-
リスト10-20のコードは、`The logest string is abcd`と出力するはずです。
248+
リスト10-20のコードは、`The longest string is abcd`と出力するはずです。
249249

250250
<!--
251251
<span class="filename">Filename: src/main.rs</span>

0 commit comments

Comments
 (0)