mirror of
https://github.com/nlohmann/json.git
synced 2026-06-23 20:54:17 +00:00
Some typos
This commit is contained in:
+2
-2
@@ -80,8 +80,8 @@ Note that this table only lists those exceptions thrown due to the type. For ins
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th rowspan="2">group</td>
|
||||
<th rowspan="2">function</td>
|
||||
<th rowspan="2">group</th>
|
||||
<th rowspan="2">function</th>
|
||||
<th colspan="6">JSON value type</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -24,7 +24,7 @@ import urllib2
|
||||
|
||||
# Strips C and C++ comments from the given string.
|
||||
#
|
||||
# Copied from http://stackoverflow.com/a/241506/627587.
|
||||
# Copied from https://stackoverflow.com/a/241506/627587.
|
||||
def strip_comments(text):
|
||||
def replacer(match):
|
||||
s = match.group(0)
|
||||
|
||||
Reference in New Issue
Block a user