Skip to content

Commit

Permalink
修正错误代码注释
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed Apr 12, 2023
1 parent ae6021e commit 57800da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sundial/Internal/RepeatKeyEqualityComparer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public bool Equals(JobDetail x, JobDetail y)
/// <summary>
/// 获取哈希值
/// </summary>
/// <param name="obj"><see cref="string"/></param>
/// <param name="obj"><see cref="JobDetail"/></param>
/// <returns><see cref="int"/></returns>
public int GetHashCode([DisallowNull] JobDetail obj)
{
Expand Down

0 comments on commit 57800da

Please sign in to comment.