From f7eef1aa7f4439d4a4b9b465579927256f332897 Mon Sep 17 00:00:00 2001 From: Mark Monteiro Date: Sat, 14 Dec 2019 15:47:35 +0100 Subject: [PATCH] Use the correct verbiage for documenting thrown exceptions --- Jellyfin.Drawing.Skia/SkiaEncoder.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jellyfin.Drawing.Skia/SkiaEncoder.cs b/Jellyfin.Drawing.Skia/SkiaEncoder.cs index fdca59b699..ee4194d706 100644 --- a/Jellyfin.Drawing.Skia/SkiaEncoder.cs +++ b/Jellyfin.Drawing.Skia/SkiaEncoder.cs @@ -205,9 +205,9 @@ namespace Jellyfin.Drawing.Skia } /// - /// If path is null. - /// If the path is not valid. - /// If the file at the specified path could not be used to generate a codec. + /// The path is null. + /// The path is not valid. + /// The file at the specified path could not be used to generate a codec. public ImageDimensions GetImageSize(string path) { if (path == null)