Fix a few YARD example rendering issues
This commit is contained in:
@@ -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)
|
||||
#
|
||||
|
||||
@@ -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)
|
||||
#
|
||||
|
||||
@@ -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)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user