Skip to content

Commit bd086f3

Browse files
authored
Fix japanese ui-libraries.md
1 parent 031cb85 commit bd086f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jp/manual/ui/ui-libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public Button CreateButton()
100100
{
101101
// Click イベントにデリゲートを登録します。
102102
// attach a delegate to the Click event
103-
someButton.Click += delegate
103+
button.Click += delegate
104104
{
105105
// ここで何かの作業をします。
106106
// do something here...

0 commit comments

Comments
 (0)