From 01dedae9396f9e683e38a1d426b09b9dfaa84d52 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Jul 2021 19:20:45 +0100 Subject: [PATCH] errors: Fix a message Signed-off-by: Ian Jackson --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 277e5359..695fd1ea 100644 --- a/src/error.rs +++ b/src/error.rs @@ -168,7 +168,7 @@ pub enum Inapplicable { #[error("position off table")] PosOffTable, #[error("piece gone")] PieceGone, #[error("piece held by another player")] PieceHeld, - #[error("piece not held by your")] PieceNotHeld, + #[error("piece not held by you")] PieceNotHeld, #[error("prevented by occultation")] Occultation, #[error("piece may not be rotated")] PieceUnrotateable, #[error("piece may not be moved")] PieceImmoveable, -- 2.30.2