Skip to content

Commit 6cc17e2

Browse files
committed
Formatting fixes
1 parent 3cb5159 commit 6cc17e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/URI.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,14 +1225,14 @@ value. In a list context, oid numbers are returned as separate elements.
12251225
12261226
=item B<ws>:
12271227
1228-
The I<ws> URI scheme is specified in L<RFC 6455|http://tools.ietf.org/html/rfc6455>.
1228+
The C<ws> URI scheme is specified in L<RFC 6455|http://tools.ietf.org/html/rfc6455>.
12291229
The C<WebSocket> Protocol enables two-way communication between a client
12301230
running untrusted code in a controlled environment to a remote host
12311231
that has opted-in to communications from that code.
12321232
12331233
=item B<wss>:
12341234
1235-
The I<wss> URI scheme is specified in L<RFC 6455|http://tools.ietf.org/html/rfc6455> as well.
1235+
The C<wss> URI scheme is specified in L<RFC 6455|http://tools.ietf.org/html/rfc6455> as well.
12361236
The scheme is used to reference C<WebSocket> servers through SSL connections.
12371237
12381238
=back

0 commit comments

Comments
 (0)