File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def initialize(*args)
6868 end
6969 end
7070
71- # Rasied when endpoint discovery failed for operations
71+ # Raised when endpoint discovery failed for operations
7272 # that requires endpoints from endpoint discovery
7373 class EndpointDiscoveryError < RuntimeError
7474 def initialize ( *args )
@@ -78,7 +78,7 @@ def initialize(*args)
7878 end
7979 end
8080
81- # raised when hostLabel member is not provided
81+ # Raised when hostLabel member is not provided
8282 # at operation input when endpoint trait is available
8383 # with 'hostPrefix' requirement
8484 class MissingEndpointHostLabelValue < RuntimeError
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def initialize(error)
3939
4040 end
4141
42- # Rasied when trying to use an closed connection
42+ # Raised when trying to use an closed connection
4343 class Http2ConnectionClosedError < StandardError ; end
4444 end
4545end
You can’t perform that action at this time.
0 commit comments