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

This commit is contained in:
Christoph J. Scherr 2024-09-06 23:34:20 +02:00
commit e5befcc9bf

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
///