summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-03-18 10:26:46 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-03-18 10:26:46 +0200
commitcb87c7a1127b6fa3e748687d9b5035a372a02f98 (patch)
tree3fccdb030e35b301a5a062e50e941716563d32da
parent65ecac02461d810fa851b80807289d3ae7c1495d (diff)
downloadmatrix-rs-cb87c7a1127b6fa3e748687d9b5035a372a02f98.tar.gz
matrix-rs-cb87c7a1127b6fa3e748687d9b5035a372a02f98.tar.bz2
matrix-rs-cb87c7a1127b6fa3e748687d9b5035a372a02f98.zip
test: thing
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index f5309e1..41da7f5 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -13,6 +13,6 @@ pub struct MatrixSetValueError;
impl Error for MatrixSetValueError {}
impl Display for MatrixSetValueError {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
- write!(f, "Matrix set value error")
+ write!(f, "Matrix set value err")
}
}