Skip to content

Commit

Permalink
Update csharp.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vendethiel authored Apr 16, 2024
1 parent 3f36c15 commit 87e2d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ on a new line! ""Wow!"", the masses cried";
}

// It's also possible to define custom Indexers on objects.
// All though this is not entirely useful in this example, you
// Although this is not entirely useful in this example, you
// could do bicycle[0] which returns "chris" to get the first passenger or
// bicycle[1] = "lisa" to set the passenger. (of this apparent quattrocycle)
private string[] passengers = { "chris", "phil", "darren", "regina" };
Expand Down

0 comments on commit 87e2d0f

Please sign in to comment.