Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Add a comment to PersistentBoard (#403)
Browse files Browse the repository at this point in the history
* Add a comment to `PersistentBoard`

* Fix comment
  • Loading branch information
alexandrepiveteau authored May 23, 2022
1 parent ab19fa8 commit d9c2f95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ fun <Piece : Any> buildBoard(
* An implementation of a [Board] which is backed by a persistent collection.
*
* @param Piece the type of the pieces contained in this board.
* @param cells the map of the positions and their pieces.
*/
private data class PersistentBoard<Piece : Any>
constructor(
Expand Down

0 comments on commit d9c2f95

Please sign in to comment.