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; /// - /// 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. /// public int Cap;