changeset 5:7e06c0699257

Re #7 - Add tests to INI parsing * Fix documentation
author IBBoard <dev@ibboard.co.uk>
date Sun, 18 Jan 2009 14:30:40 +0000
parents 01fc09ab63e2
children f6f726c92e56
files IniFile.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/IniFile.cs	Sun Jan 18 14:29:52 2009 +0000
+++ b/IniFile.cs	Sun Jan 18 14:30:40 2009 +0000
@@ -27,7 +27,7 @@
 		/// <summary>
 		/// Adds an <see cref="IniSection"/> to the IniFile.
 		/// <p>
-		/// Throws an ArgumentException if the section already exists in this file
+		/// Throws a DuplicateIniSectionException if the section already exists in this file
 		/// </summary>
 		/// <param name="section">
 		/// The <see cref="IniSection"/> to add