diff --git a/Gorgon/Gorgon.Core/Timing/GorgonTiming.cs b/Gorgon/Gorgon.Core/Timing/GorgonTiming.cs
index 6d373dab5..db0e7438d 100644
--- a/Gorgon/Gorgon.Core/Timing/GorgonTiming.cs
+++ b/Gorgon/Gorgon.Core/Timing/GorgonTiming.cs
@@ -114,7 +114,7 @@ public static class GorgonTiming
/// Property to set or return the maximum frame delta, in seconds.
///
///
- /// This value is used to cap the and values so that frames can appear more smoothly in case of a long delay between frames. By default, this is set to
+ /// This value is used to cap the and values so that frames can appear more smoothly in case of a long delay between frames. By default, this is set to
/// 0.33333 seconds.
///
public static double MaximumFrameDelta
@@ -131,7 +131,7 @@ public static double MaximumFrameDelta
///
/// Property to scale the frame delta times.
///
- /// Setting this value to 0 will pause, and a negative value will move things in reverse when using .
+ /// Setting this value to 0 will pause, and a negative value will move things in reverse when using .
public static float TimeScale
{
get;
@@ -327,7 +327,7 @@ public static float AverageDelta
///
///
///
- /// This only applies to the , and properties.
+ /// This only applies to the , and properties.
///
///
/// Note that the higher the value assigned to this property, the longer it'll take for the averages to compute, this is in addition to any overhead from the time it takes to execute a single