File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments