Skip to content

Commit 263e1f3

Browse files
author
setchi
committed
Fix typo
1 parent 0f0bfb2 commit 263e1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Hypertext/Examples/RegexHypertext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void SetClickableByRegex(string regexPattern, Action<string> onClick)
3434
/// <summary>
3535
/// 正規表現にマッチした部分文字列に色とクリックイベントを登録します
3636
/// </summary>
37-
/// <param name="regexPattern">正規兵家</param>
37+
/// <param name="regexPattern">正規表現</param>
3838
/// <param name="color">正規表現でマッチしたテキストの色</param>
3939
/// <param name="onClick">クリック時のコールバック</param>
4040
public void SetClickableByRegex(string regexPattern, Color color, Action<string> onClick)

0 commit comments

Comments
 (0)