Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4b97958

Browse files
authored
Fix typos in examples [skip ci]
1 parent 209242f commit 4b97958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The backward version of KMP algorithm is used in the following example.
3737

3838
```cs
3939
var s = Enumerable.Range(0, 100).ToList();
40-
var t = new[] List<int> { 15, 16, 17, 18, 19 };
40+
var t = new List<int> { 15, 16, 17, 18, 19 };
4141

4242
Console.WriteLine(s.LastIndexOf(t)); // 15
4343
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /