mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 06:17:36 +02:00
typo (not instead of note) for C# doc
This commit is contained in:
@@ -168,7 +168,7 @@ namespace Learning
|
|||||||
Console.WriteLine("Not nullable variable: " + notNullable);
|
Console.WriteLine("Not nullable variable: " + notNullable);
|
||||||
|
|
||||||
// Var - compiler will choose the most appropriate type based on value
|
// Var - compiler will choose the most appropriate type based on value
|
||||||
// Please not that this does not remove type safety.
|
// Please note that this does not remove type safety.
|
||||||
// In this case, the type of fooImplicit is known to be a bool at compile time
|
// In this case, the type of fooImplicit is known to be a bool at compile time
|
||||||
var fooImplicit = true;
|
var fooImplicit = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user