From a6a823bb08f315feb36927dda9182cc0d428889f Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Sat, 6 Aug 2022 16:02:22 -0400 Subject: [PATCH] capitalize --- NewHorizons/External/Modules/PropModule.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NewHorizons/External/Modules/PropModule.cs b/NewHorizons/External/Modules/PropModule.cs index 5f7ee568..e5fcaed7 100644 --- a/NewHorizons/External/Modules/PropModule.cs +++ b/NewHorizons/External/Modules/PropModule.cs @@ -824,17 +824,17 @@ namespace NewHorizons.External.Modules public string decalPath; /// - /// whiteboard that the stones can put text onto + /// Whiteboard that the stones can put text onto /// public WhiteboardInfo whiteboard; /// - /// camera platform that the stones can project to and from + /// Camera platform that the stones can project to and from /// public PlatformInfo platform; /// - /// projection stones + /// Projection stones /// public StoneInfo[] stones;