Skip to content

Commit

Permalink
chore: fix some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed Sep 10, 2024
1 parent 0932b6b commit 1499bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/src/interface/position.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ where
&self,
movelist: &mut T,
);
/// `generate_moves` is similar to [`generate_moves_into`], except that
/// `generate_moves` is similar to `generate_moves_into`, except that
/// instead of taking some storage as input it stores into a [MoveList].
#[must_use]
fn generate_moves<
Expand All @@ -111,7 +111,7 @@ where
);
movelist
}
/// `count_moves` is similar to [`generate_moves`], except instead of
/// `count_moves` is similar to `generate_moves`, except instead of
/// returning a list of the available moves, it returns the number of
/// available moves.
///
Expand Down

0 comments on commit 1499bff

Please sign in to comment.