Skip to content

Commit 080559d

Browse files
author
Kai Schmidt
committed
further fix typo
1 parent e6119f7 commit 080559d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithm/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl FillContext for () {
110110
false
111111
}
112112
fn fill<T: ArrayValue>(&self) -> Result<T, &'static str> {
113-
Err(". No fill is set")
113+
Err(". No fill is set.")
114114
}
115115
fn fill_error(error: Self::Error) -> Self::Error {
116116
error
@@ -125,7 +125,7 @@ impl FillContext for (&CodeSpan, &Inputs) {
125125
false
126126
}
127127
fn fill<T: ArrayValue>(&self) -> Result<T, &'static str> {
128-
Err(". No fill is set")
128+
Err(". No fill is set.")
129129
}
130130
fn fill_error(error: Self::Error) -> Self::Error {
131131
error

0 commit comments

Comments
 (0)