소스 검색

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>