Merge branch 'master' of https://git.cscherr.de/PlexSheep/wooly-vault
cargo devel CI / cargo CI (push) Successful in 1m26s Details

This commit is contained in:
Christoph J. Scherr 2024-09-06 23:34:20 +02:00
commit e5befcc9bf
1 changed files with 2 additions and 2 deletions

View File

@ -100,9 +100,9 @@ impl C3 {
///
/// Questions will always have the same structure:
///
/// * "What is x  y?"
/// * "What is x + y?" (where the operation can be any of [Operation].)
///
/// $x$ and $y$ will always be a random integer between 0 and 2^16-1.
/// `x` and `y` will always be a random integer between 0 and 2^16-1.
///
/// # Returns
///