Skip to content

Commit 73745bb

Browse files
authored
fix(docs): Fix typo in parameter name (#2599)
1 parent ef35d6a commit 73745bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-ruby/lib/sentry/span.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def set_description(description)
262262

263263

264264
# Sets the span's status.
265-
# @param satus [String] status of the span.
265+
# @param status [String] status of the span.
266266
def set_status(status)
267267
@status = status
268268
end

0 commit comments

Comments
 (0)