Skip to content

Commit d83a0b2

Browse files
committed
Fix yard doc syntax
1 parent 4991cf9 commit d83a0b2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/openapi_first/schema/hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module OpenapiFirst
66
module Schema
77
# A hash of Schemas
88
class Hash
9-
# @param schema Hash of schemas
9+
# @param schemas Hash of schemas
1010
# @param required Array of required keys
1111
def initialize(schemas, required: nil, **options)
1212
@schemas = schemas

lib/openapi_first/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def self.handle_exit
8787

8888
# Print the coverage report
8989
# @param formatter A formatter to define the report.
90-
# @output [IO] An output where to puts the report.
90+
# @return [IO] An output where to puts the report.
9191
def self.report_coverage(formatter: Coverage::TerminalFormatter, **)
9292
puts formatter.new(**).format(Coverage.result)
9393
end

lib/openapi_first/test/observe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module OpenapiFirst
66
module Test
77
class ObserveError < Error; end
88

9-
# @visible private
9+
# @visibility private
1010
module Observed; end
1111

1212
# Inject silent request/response validation to observe rack apps during testing

0 commit comments

Comments
 (0)