We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0bfb2 commit 263e1f3Copy full SHA for 263e1f3
1 file changed
Assets/Hypertext/Examples/RegexHypertext.cs
@@ -34,7 +34,7 @@ public void SetClickableByRegex(string regexPattern, Action<string> onClick)
34
/// <summary>
35
/// 正規表現にマッチした部分文字列に色とクリックイベントを登録します
36
/// </summary>
37
- /// <param name="regexPattern">正規兵家</param>
+ /// <param name="regexPattern">正規表現</param>
38
/// <param name="color">正規表現でマッチしたテキストの色</param>
39
/// <param name="onClick">クリック時のコールバック</param>
40
public void SetClickableByRegex(string regexPattern, Color color, Action<string> onClick)
0 commit comments