helloadhavan commited on
Commit
9c0b314
·
verified ·
1 Parent(s): 227a911

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -176,13 +176,14 @@ Each entry in the dataset follows the schema below:
176
 
177
  The dataset contains fixes across multiple programming languages, including (but not limited to):
178
 
 
179
  * C / C++
180
  * Python
181
- * JavaScript / TypeScript
182
  * Rust
183
  * Go
184
  * Java
185
- * Assembly (very rare)
 
186
 
187
  Language distribution varies by repository.
188
 
@@ -217,5 +218,5 @@ No guarantee that fixes represent optimal or best-practice solutions
217
  border-radius: 4px;
218
  "
219
  >
220
- <strong style="color:rgba(57, 0, 0, 1)">Note:</strong> Due to a bug in the scraper code, 109k samples were collected instead of the planned 50k.
221
  </blockquote>
 
176
 
177
  The dataset contains fixes across multiple programming languages, including (but not limited to):
178
 
179
+ * JavaScript / TypeScript
180
  * C / C++
181
  * Python
 
182
  * Rust
183
  * Go
184
  * Java
185
+ * Objective-C / Objective-C++ (rare)
186
+ * Assembly (very rare. only 638 samples)
187
 
188
  Language distribution varies by repository.
189
 
 
218
  border-radius: 4px;
219
  "
220
  >
221
+ <strong style="color:rgba(57, 0, 0, 1)">Note:</strong> Due to a bug in the scraper code, 121k samples were collected instead of the planned 50k.
222
  </blockquote>