add closing quotation marks (#4118)

pull/4121/head
Jan Hecht 2017-08-26 18:57:50 +02:00 committed by Rick Anderson
parent 64175ac133
commit 1345e14b36
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ using System.Net;
namespace KestrelDemo
{
/// <summary>
/// Executing the "dotnet run command in the application folder will run this app.
/// Executing the "dotnet run" command in the application folder will run this app.
/// </summary>
public class Program
{