Преглед на файлове

Fix config documentation typo

Bepis преди 5 години
родител
ревизия
4c9805caa9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      BepInEx/Config.cs

+ 1 - 1
BepInEx/Config.cs

@@ -163,7 +163,7 @@ namespace BepInEx
 		}
 
 		/// <summary>
-		/// Returns wether a value is currently set.
+		/// Returns whether a value is currently set.
 		/// </summary>
 		/// <param name="key">The key to check against</param>
 		/// <param name="section">The section to check in</param>