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
{
/// <summary>
/// Manages a bundle of preferences.
/// Manages multiple preferences within one file.
/// </summary>
public class Preferences
{