diff --git a/docs/shogi.md b/docs/shogi.md index 3caf6a78c..35c0e231a 100644 --- a/docs/shogi.md +++ b/docs/shogi.md @@ -103,7 +103,7 @@ The design of action also follows that of dlshogi. There are `2187 = 81 x 27` distinct actions. The action can be decomposed into -- `direction` from which the piece moves and +- `direction` to which the piece moves and - `destination` to which the piece moves by `direction, destination = action // 81, action % 81`.