Update csharp.html.markdown

fix #4895
This commit is contained in:
ven 2024-04-16 12:13:50 +02:00 committed by GitHub
parent 3f36c15b68
commit 87e2d0f85e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" };