From be0dc6766b668ba6ba625c69b8224de413c71d7d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 19 May 2024 16:06:48 +0200 Subject: [PATCH] Spelling --- app/MindWork AI Studio/Provider/ImageURL.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Provider/ImageURL.cs b/app/MindWork AI Studio/Provider/ImageURL.cs index 8d86e3b..2faef58 100644 --- a/app/MindWork AI Studio/Provider/ImageURL.cs +++ b/app/MindWork AI Studio/Provider/ImageURL.cs @@ -3,5 +3,5 @@ namespace AIStudio.Provider; /// /// An image URL. /// -/// The image URL. -public readonly record struct ImageURL(string url); \ No newline at end of file +/// The image URL. +public readonly record struct ImageURL(string URL); \ No newline at end of file