Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
worid -> word
  • Loading branch information
luizfls authored Sep 20, 2024
1 parent 7fcee6c commit 07ac840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class IndicesAndRanges
internal int Syntax_LastIndex()
{
// <SnippetIndicesAndRanges_LastIndex>
Console.WriteLine($"The last word is < {words[^1]} >."); // The last worid is < tenth >.
Console.WriteLine($"The last word is < {words[^1]} >."); // The last word is < tenth >.
// </SnippetIndicesAndRanges_LastIndex>
return 0;
}
Expand Down

0 comments on commit 07ac840

Please sign in to comment.