diff --git a/share/goodie/cheat_sheets/json/csharp.json b/share/goodie/cheat_sheets/json/csharp.json index a366fe9c4..a57bf72d9 100644 --- a/share/goodie/cheat_sheets/json/csharp.json +++ b/share/goodie/cheat_sheets/json/csharp.json @@ -142,11 +142,11 @@ }, { "key":"++", - "val":"postfix increment." + "val":"increment operator." }, { "key":"--", - "val":"postfix decrement." + "val":"decrement operator." }, { "key":"Sizeof",