From 653f90c29fb663090deb2e0f30e57b746e330605 Mon Sep 17 00:00:00 2001
From: cosmonaut <evan@moonside.games>
Date: Tue, 19 Sep 2023 13:46:41 -0700
Subject: [PATCH] correct frame limiter documentation mistake

---
 src/FrameLimiterSettings.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FrameLimiterSettings.cs b/src/FrameLimiterSettings.cs
index ed6e44d..df33b77 100644
--- a/src/FrameLimiterSettings.cs
+++ b/src/FrameLimiterSettings.cs
@@ -20,7 +20,7 @@ namespace MoonWorks
 	{
 		public FrameLimiterMode Mode;
 		/// <summary>
-		/// If Mode is set to Uncapped, this is the maximum frames per second that will be rendered.
+		/// If Mode is set to Capped, this is the maximum frames per second that will be rendered.
 		/// </summary>
 		public int Cap;