From a23cc5d8ac5f28be132547f3507a254c89c195e6 Mon Sep 17 00:00:00 2001 From: Matt Duncan Date: Wed, 16 Apr 2025 20:30:29 -0700 Subject: [PATCH] fix(docs): Fix typo in parameter name --- sentry-ruby/lib/sentry/span.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry-ruby/lib/sentry/span.rb b/sentry-ruby/lib/sentry/span.rb index 256d8bd2f..fa4b216f9 100644 --- a/sentry-ruby/lib/sentry/span.rb +++ b/sentry-ruby/lib/sentry/span.rb @@ -261,7 +261,7 @@ def set_description(description) # Sets the span's status. - # @param satus [String] status of the span. + # @param status [String] status of the span. def set_status(status) @status = status end