Skip to content

Commit 3eae3e7

Browse files
committed
Change language counts from strings to number
1 parent a87dfd1 commit 3eae3e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3/repos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ in results.
168168

169169
<%= headers 200 %>
170170
<%= json \
171-
"C" => "78769",
172-
"Python" => "7769",
171+
"C" => 78769,
172+
"Python" => 7769,
173173
%>
174174

175175
## List Teams

0 commit comments

Comments
 (0)