Fixed a typo
git-svn-id: file:///srv/devel/repo-conversion/nusu@322 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
dfc9be412a
commit
f74f1d0c6c
|
@ -260,7 +260,7 @@ namespace Nuclex.Support.Settings {
|
||||||
return typeof(string);
|
return typeof(string);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>Tried to parse a boolean literal</summary>
|
/// <summary>Tries to parse a boolean literal</summary>
|
||||||
/// <param name="value">Value that will be parsed as a boolean literal</param>
|
/// <param name="value">Value that will be parsed as a boolean literal</param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// True or false if the value was a boolean literal, null if it wasn't
|
/// True or false if the value was a boolean literal, null if it wasn't
|
||||||
|
|
Loading…
Reference in New Issue
Block a user