Skip to content

Commit b25de66

Browse files
authored
Reword isSingularity() brief to avoid Doxygen line break
The last period in "i.e." was previously interpreted as the end of a brief description.
1 parent 626a4ea commit b25de66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/juce_graphics/geometry/juce_AffineTransform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class JUCE_API AffineTransform final
255255
/** Returns true if this transform has no effect on points. */
256256
bool isIdentity() const noexcept;
257257

258-
/** Returns true if this transform maps to a singularity - i.e. if it has no inverse. */
258+
/** Returns true if this transform maps to a singularity (i.e., has no inverse). */
259259
bool isSingularity() const noexcept;
260260

261261
/** Returns true if the transform only translates, and doesn't scale or rotate the points. */

0 commit comments

Comments
 (0)