Skip to content

Commit

Permalink
docs: update some xml docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rigofunc committed Sep 20, 2017
1 parent ffd560b commit ee46432
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/FluentConfiguration/IFluentConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ public interface IFluentConfiguration
/// <value>The property configs.</value>
IReadOnlyDictionary<string, PropertyConfiguration> PropertyConfigurations { get; }

/// <summary>
/// Gets the statistics configs.
/// </summary>
/// <value>The statistics config.</value>
IReadOnlyList<StatisticsConfiguration> StatisticsConfigurations { get; }
/// <summary>
/// Gets the statistics configurations.
/// </summary>
/// <value>The statistics config.</value>
IReadOnlyList<StatisticsConfiguration> StatisticsConfigurations { get; }

/// <summary>
/// Gets the filter configurations.
Expand Down

0 comments on commit ee46432

Please sign in to comment.