From 17451cf7b18b9b233e03c2d56c8c87a6ea373f22 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 21 Aug 2023 13:36:32 +0900 Subject: [PATCH] Fix typo in IMainWindow.cs verison -> version --- VPet-Simulator.Windows.Interface/IMainWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VPet-Simulator.Windows.Interface/IMainWindow.cs b/VPet-Simulator.Windows.Interface/IMainWindow.cs index 5f1eca4..78faa30 100644 --- a/VPet-Simulator.Windows.Interface/IMainWindow.cs +++ b/VPet-Simulator.Windows.Interface/IMainWindow.cs @@ -34,11 +34,11 @@ namespace VPet_Simulator.Windows.Interface /// /// 版本号 /// - int verison { get; } + int version { get; } /// /// 版本号 /// - string Verison { get; } + string Version { get; } /// /// 上次点击时间 (Tick) /// -- GitLab