Insignificant doc change to preferences.

This commit is contained in:
Harrison Deng 2020-04-17 22:12:37 -05:00
parent e2bfd952f5
commit 326378bfd1

View File

@ -5,7 +5,7 @@ using System.Xml.Serialization;
namespace RecrownedGTK.Persistence namespace RecrownedGTK.Persistence
{ {
/// <summary> /// <summary>
/// Manages a bundle of preferences. /// Manages multiple preferences within one file.
/// </summary> /// </summary>
public class Preferences public class Preferences
{ {