jhlywa / chess.js

A TypeScript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
BSD 2-Clause "Simplified" License
3.72k stars 892 forks source link

Fix comment typo in validateFen #436

Closed rfyuz closed 2 months ago

rfyuz commented 1 year ago

Noticed a comment typo in chess.js/validateFen: accidentally someone had typed "3th" instead of "3rd". Figured I'd push a quick fix for that 🤗