Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Aug 29, 2023
1 parent 774bd4c commit 50e74fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
* game.moves = transform(game.moves, pos, (pos, node) => {
* const move = parseSan(pos, node.san);
* if (!move) {
* // Illegal move. Returning undefined cuts of the tree here.
* // Illegal move. Returning undefined cuts off the tree here.
* return;
* }
*
Expand Down

0 comments on commit 50e74fd

Please sign in to comment.