*: fix doc strings

This commit is contained in:
2026-04-02 06:05:20 +01:00
committed by oreodave
parent e1db8af26c
commit fea8f1716d
2 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ mod tests {
use super::*;
/** Given two hands, assert that their footstool condition is non-reflexive.
* Return the results of the two footstool checks (x on y, y on x).
Return the results of the two footstool checks (x on y, y on x).
*/
pub fn test_non_reflexivity<T: Hand + Copy>(
x: &T,