From 1c5a152d39f15408244bb711b1e563c153069fa2 Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Sat, 30 Dec 2023 15:36:01 -0800 Subject: [PATCH] Update CharacterLengths.cs --- RueI/RueI/CharacterLengths.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RueI/RueI/CharacterLengths.cs b/RueI/RueI/CharacterLengths.cs index bb96090..a273607 100644 --- a/RueI/RueI/CharacterLengths.cs +++ b/RueI/RueI/CharacterLengths.cs @@ -1,10 +1,10 @@ -namespace RueI; +namespace RueI; using System.Collections.ObjectModel; using System.Runtime.CompilerServices; /// -/// Provides a variety of constant values. +/// Provides lengths for characters in hints. /// /// This class is mosty designed for internal use within RueI. However, they can still be useful for external use. public static class CharacterLengths