Skip to content

Commit 4466e7d

Browse files
committed
rename
1 parent 830ab85 commit 4466e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Helpers/IdExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ namespace Elastic.Markdown.Helpers;
99

1010
public static class ShortId
1111
{
12-
public static string Create(params string[] text) => Convert.ToHexString(SHA256.HashData(Encoding.UTF8.GetBytes(string.Join("", text))))[..8];
12+
public static string Create(params string[] components) => Convert.ToHexString(SHA256.HashData(Encoding.UTF8.GetBytes(string.Join("", components))))[..8];
1313
}

0 commit comments

Comments
 (0)