Merge pull request #2032 from KateRita/CSharp

[C#/en] Grammar/clarity update in comments about File Naming
This commit is contained in:
Spurlow 2015-11-27 11:40:52 +07:00
commit 8a7d5b7186

View File

@ -45,8 +45,8 @@ using System.Data.Entity;
// Using this code from another source file: using Learning.CSharp;
namespace Learning.CSharp
{
// Each .cs file should at least contain a class with the same name as the file
// you're allowed to do otherwise, but shouldn't for sanity.
// Each .cs file should at least contain a class with the same name as the file.
// You're allowed to do otherwise, but shouldn't for sanity.
public class LearnCSharp
{
// BASIC SYNTAX - skip to INTERESTING FEATURES if you have used Java or C++ before