mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Clarified grammar in LearnCSharp comment about naming files relative to the classes they contain. Otherwise the two comment lines blended together and were a little comfusing.
This commit is contained in:
parent
9e4274f7c7
commit
bb1e07bbb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user