Fix Antiking 1 notation
[vchess.git] / client / src / variants / Berolina.js
index ae15095..0659224 100644 (file)
@@ -148,7 +148,7 @@ export const VariantRules = class BerolinaRules extends ChessRules {
         notation = startSquare + finalSquare;
       }
       if (move.appear[0].p != V.PAWN)
-        //promotion
+        // Promotion
         notation += "=" + move.appear[0].p.toUpperCase();
       return notation;
     }