Skip to content

Commit e4ee25c

Browse files
committed
Remove the backticks in some of the HTTP::WebSocket instrumentation documentation.
1 parent 98f0ba8 commit e4ee25c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/opentelemetry/instrumentation/crystal/http_websocket.cr

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ require "../instrument"
2020
#
2121
# ## Methods Affected
2222
#
23-
# * `HTTP::WebSocket#run`
24-
# * `HTTP::WebSocket#send`
25-
# * `HTTP::WebSocket#ping`
26-
# * `HTTP::WebSocket#pong`
27-
# * `HTTP::WebSocket#stream`
28-
# * `HTTP::WebSocket#close`
29-
# * `HTTP::WebSocket#handle_ping`
30-
# * `HTTP::WebSocket#handle_pong`
31-
# * `HTTP::WebSocket#handle_text`
32-
# * `HTTP::WebSocket#handle_binary`
33-
# * `HTTP::WebSocket#handle_close`
34-
# * `HTTP::WebSocket#handle_continuation`
23+
# * HTTP::WebSocket#run
24+
# * HTTP::WebSocket#send
25+
# * HTTP::WebSocket#ping
26+
# * HTTP::WebSocket#pong
27+
# * HTTP::WebSocket#stream
28+
# * HTTP::WebSocket#close
29+
# * HTTP::WebSocket#handle_ping
30+
# * HTTP::WebSocket#handle_pong
31+
# * HTTP::WebSocket#handle_text
32+
# * HTTP::WebSocket#handle_binary
33+
# * HTTP::WebSocket#handle_close
34+
# * HTTP::WebSocket#handle_continuation
3535
#
3636
struct OpenTelemetry::InstrumentationDocumentation::CrystalHttpWebSocket
3737
end

0 commit comments

Comments
 (0)