Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Fix bug when patching.
Browse files Browse the repository at this point in the history
  • Loading branch information
troubear committed Oct 23, 2017
1 parent 1272949 commit 836c9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/BetterDictionary/Enumerable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Better
/// Provides a set of static (Shared in Visual Basic) methods for querying objects that implement
/// <see cref="T:System.Collections.Generic.IEnumerable`1" />.
/// </summary>
public static class Enumerable
public static class BetterEnumerable
{
/// <summary>
/// Creates a <see cref="T:Dictionary`2" /> from an
Expand Down

0 comments on commit 836c9e3

Please sign in to comment.