Skip to content

Commit a54f822

Browse files
authored
fix: <b>
1 parent 8e52808 commit a54f822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
<p class="text-content">
108108
- <span style="color:var(--dark_accent_color);"><b>% Resolved</b></span> denotes the proportion of successfully solved instances per language (Python: <b>500</b>, Java: <b>128</b>, TypeScript: <b>224</b>, JavaScript: <b>356</b>, Go: <b>428</b>, Rust: <b>239</b>, C: <b>128</b>, C++: <b>129</b>).
109-
<b>Overall</b> includes all instances for each language, while </b>Easy</b>, </b>Medium</b>, and </b>Hard</b> correspond to subsets categorized by difficulty level.
109+
<b>Overall</b> includes all instances for each language, while <b>Easy</b>, <b>Medium</b>, and <b>Hard</b> correspond to subsets categorized by difficulty level.
110110
<br>
111111
- <span style="color:var(--dark_accent_color);"><b>✅ Checked</b></span> indicates that we, the Multi-SWE-bench team, received access to the system and
112112
were able to reproduce the patch generations.

0 commit comments

Comments
 (0)