From b62ed309f05d248c746279f35f2609f01ea1e4a5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 24 Aug 2021 19:24:58 +0900 Subject: [PATCH] [ruby/securerandom] [DOC] fix a code mark up [ci skip] https://github.com/ruby/securerandom/commit/de47532707 --- lib/securerandom.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/securerandom.rb b/lib/securerandom.rb index 241fde98ce..323d4af3b7 100644 --- a/lib/securerandom.rb +++ b/lib/securerandom.rb @@ -31,7 +31,7 @@ # * uuid # # These methods are usable as class methods of SecureRandom such as -# `SecureRandom.hex`. +# +SecureRandom.hex+. # # === Examples #