Skip to content

Commit b1a288d

Browse files
committed
Fixes
* Remove typo
1 parent 7636f80 commit b1a288d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flagsmith.FlagsmithClient/AnalyticsProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public async Task TrackFeature(string featureName)
139139
/// This method is thread safe.
140140
/// It will aggregate the analytics data from all threads registered in AnalyticsDataThreads.
141141
/// </summary>
142-
/// \
143142
/// <returns>Dictionary of feature name and usage count</returns>
144143
public Dictionary<string, int> GetAggregatedAnalytics()
145144
{

0 commit comments

Comments
 (0)