summaryrefslogtreecommitdiffhomepage
path: root/csharp.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2024-04-16 12:13:50 +0200
committerGitHub <noreply@github.com>2024-04-16 12:13:50 +0200
commit87e2d0f85eadba8259eb3a0698dc4322ad1da438 (patch)
treecb5580582dc4607c03f204052f014c8f0ec01a0d /csharp.html.markdown
parent3f36c15b681857ada9b66b74b2bdf3f361ae0c75 (diff)
Update csharp.html.markdown
fix #4895
Diffstat (limited to 'csharp.html.markdown')
-rw-r--r--csharp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp.html.markdown b/csharp.html.markdown
index cfc75d25..2e9a7671 100644
--- a/csharp.html.markdown
+++ b/csharp.html.markdown
@@ -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" };