summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--core/src/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/image.rs b/core/src/image.rs
index 9a6011a3..69f19436 100644
--- a/core/src/image.rs
+++ b/core/src/image.rs
@@ -11,7 +11,7 @@ pub enum FilterMethod {
/// Bilinear interpolation
#[default]
Linear,
- /// Nearest Neighbor
+ /// Nearest Neighbor
Nearest,
}