mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 07:43:24 +03:00
typo (not instead of note) for C# doc
This commit is contained in:
parent
a2b14fcedf
commit
dbfaa5ba52
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user