aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Image.h')
-rw-r--r--src/libjin/Graphics/Image.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Image.h b/src/libjin/Graphics/Image.h
index 53eb0d7..55798be 100644
--- a/src/libjin/Graphics/Image.h
+++ b/src/libjin/Graphics/Image.h
@@ -11,8 +11,7 @@ namespace jin
///
/// A readonly bitmap.
///
- /// Just like bitmap but only from image file. The pixels data
- /// is readonly.
+ /// Just like bitmap but only from image file. The pixels data is readonly.
///
class Image : public Bitmap
{