Skip to content

Commit 4078f6a

Browse files
committed
Resolved a minor textual error by changing 'dimentions' to 'dimensions'
1 parent 4418ab7 commit 4078f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSwSh/Inference/ShinyDetection/PokemonSwSh_SparkleDetectorRadial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ bool RadialSparkleDetector::is_star() const{
130130
return false;
131131
}
132132

133-
// Make sure dimentions are roughly square-ish.
133+
// Make sure dimensions are roughly square-ish.
134134
if (width > 2 * height || height > 2 * width){
135135
return false;
136136
}

0 commit comments

Comments
 (0)