Skip to content

Commit

Permalink
Merge pull request #77 from Malcom1986/fox-01
Browse files Browse the repository at this point in the history
close #76 fix solution
  • Loading branch information
Malcom1986 committed Aug 1, 2023
2 parents b060820 + 8a88beb commit 16f9a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/60-methods-using/80-stdlib/Exercise.csx
Expand Up @@ -2,6 +2,6 @@ var war = "War of the Kings";
var missingWord = "Five ";

// BEGIN
var kingWordIndex = war.IndexOf('K');
var kingWordIndex = war.IndexOf("Kings");
Console.WriteLine(war.Insert(kingWordIndex, missingWord));
// END

0 comments on commit 16f9a2f

Please sign in to comment.