diff --git a/guide/english/csharp/hello-world/index.md b/guide/english/csharp/hello-world/index.md index d01d6082a2..f79b490f7d 100644 --- a/guide/english/csharp/hello-world/index.md +++ b/guide/english/csharp/hello-world/index.md @@ -4,7 +4,7 @@ title: Hello World # Hello World -To write some text on the console we use the `Console.WriteLine()`. This method takes a string as input. +To write some text on the console we use the `Console.WriteLine()`. This method takes a string as input and has a return type of `void`. ## Example ```csharp