Commit 8fe7474 1 parent 8d7a841 commit 8fe7474 Copy full SHA for 8fe7474
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ Sequence:
864
864
A scheme consists of an <a>ASCII alpha</a> ,
865
865
followed by zero or more <a>ASCII alpha</a> or any of the following
866
866
code points: hyphen-minus (<code> U+002D</code> ), plus sign (<code> U+002B</code> ) or full stop
867
- (<code> U+002D </code> ).
867
+ (<code> U+002E </code> ).
868
868
Return the results as a lowercased string.
869
869
870
870
<h4 id=rule-authority class=no-toc>authority(input)</h4>
@@ -1189,7 +1189,7 @@ Sequence:
1189
1189
</pre>
1190
1190
1191
1191
Return four decimal <a title='IPv4 piece'><code>8</code>-bit pieces</a> separated by full
1192
- stop code points as a string.
1192
+ stop (U+002E) code points as a string.
1193
1193
1194
1194
<h4 id=rule-decimal-byte class=no-toc>decimal-byte(input)</h4>
1195
1195
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ NonFileRelativeScheme
479
479
A scheme consists of an <a>ASCII alpha</a>,
480
480
followed by zero or more <a>ASCII alpha</a> or any of the following
481
481
code points: hyphen-minus (U+002D), plus sign (U+002B) or full stop
482
- (U+002D ).
482
+ (U+002E ).
483
483
Return the results as a lowercased string.
484
484
*/
485
485
Scheme
916
916
returns: String
917
917
918
918
Return four decimal <a title='IPv4 piece'>8-bit pieces</a> separated by full
919
- stop code points as a string.
919
+ stop (U+002E) code points as a string.
920
920
*/
921
921
LS32
922
922
= a :DecimalByte '.' b :DecimalByte '.' d :DecimalByte '.' d :DecimalByte
You can’t perform that action at this time.
0 commit comments