質問編集履歴

1

誤字修正

2019/12/04 22:54

投稿

navesanta
navesanta

スコア198

test CHANGED
File without changes
test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
  texts = item.GetComponentsInChildren<Text>();
88
88
 
89
- exts[0].text = "第 " + (i + 1).ToString() + " 位";
89
+ texts[0].text = "第 " + (i + 1).ToString() + " 位";
90
90
 
91
91
  texts[1].text = (string)data.Child("name").Value;
92
92
 
@@ -122,7 +122,7 @@
122
122
 
123
123
  texts = item.GetComponentsInChildren<Text>();
124
124
 
125
- exts[0].text = "第 " + (i + 1).ToString() + " 位";
125
+ texts[0].text = "第 " + (i + 1).ToString() + " 位";
126
126
 
127
127
  texts[1].text = (string)data.Child("name").Value;
128
128