Fix a few YARD example rendering issues

This commit is contained in:
Wilson Silva
2023-11-20 21:32:55 +07:00
parent 8bc6b84f6f
commit c064a8d5f0
7 changed files with 34 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ module Nostr
# Initializes the error
#
# @example
# InvalidKeyFormatError.new('private'')
# InvalidKeyFormatError.new('private')
#
# @param [String] key_kind The kind of key that is invalid (public or private)
#

View File

@@ -9,7 +9,7 @@ module Nostr
# Initializes the error
#
# @example
# InvalidKeyLengthError.new('private'')
# InvalidKeyLengthError.new('private')
#
# @param [String] key_kind The kind of key that is invalid (public or private)
#

View File

@@ -9,7 +9,7 @@ module Nostr
# Initializes the error
#
# @example
# InvalidKeyTypeError.new('private'')
# InvalidKeyTypeError.new('private')
#
# @param [String] key_kind The kind of key that is invalid (public or private)
#