From 7ce724c0fd1b745687f4b98c318fd5ea4bc16b7f Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Thu, 9 Jun 2022 12:46:58 -0500 Subject: [PATCH] fix docs --- src/pixie.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixie.nim b/src/pixie.nim index 2b31dfb..3b8c5dd 100644 --- a/src/pixie.nim +++ b/src/pixie.nim @@ -67,7 +67,7 @@ proc decodeMask*(data: string): Mask {.raises: [PixieError].} = proc readImageDimensions*( filePath: string ): ImageDimensions {.inline, raises: [PixieError].} = - ## Loads an image from a file. + ## Decodes an image's dimensions from a file. try: decodeImageDimensions(readFile(filePath)) except IOError as e: