Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ11teen committed Mar 10, 2023
1 parent 4693d3d commit 9cc5285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class KeyValueTypeDiscriminator : ITypeDiscriminator
/// <param name="baseType">The base type which all discriminated types will implement. Use object if you're discriminating
/// unrelated types. Note the less specific you are with the base type the more yaml will need to be buffered.</param>
/// <param name="targetKey">The known key to check the value of when discriminating.</param>
/// <param name="typeMapping">A mapping dictionary of string to types.</param>
/// <param name="typeMapping">A mapping dictionary of yaml values to types.</param>
/// <exception cref="ArgumentOutOfRangeException">If any of the target types do not implement the base type.</exception>
public KeyValueTypeDiscriminator(Type baseType, string targetKey, IDictionary<string, Type> typeMapping)
{
Expand Down

0 comments on commit 9cc5285

Please sign in to comment.