Update csharp.json

master
Oommen Kuruvilla 2016-06-07 19:40:04 +05:30
parent 525f9f389b
commit f86dc54a4e
1 changed files with 2 additions and 2 deletions

View File

@ -142,11 +142,11 @@
},
{
"key":"++",
"val":"postfix increment."
"val":"increment operator."
},
{
"key":"--",
"val":"postfix decrement."
"val":"decrement operator."
},
{
"key":"Sizeof",