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)
68
68
end
69
69
end
70
70
71
- # Rasied when endpoint discovery failed for operations
71
+ # Raised when endpoint discovery failed for operations
72
72
# that requires endpoints from endpoint discovery
73
73
class EndpointDiscoveryError < RuntimeError
74
74
def initialize ( *args )
@@ -78,7 +78,7 @@ def initialize(*args)
78
78
end
79
79
end
80
80
81
- # raised when hostLabel member is not provided
81
+ # Raised when hostLabel member is not provided
82
82
# at operation input when endpoint trait is available
83
83
# with 'hostPrefix' requirement
84
84
class MissingEndpointHostLabelValue < RuntimeError
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def initialize(error)
39
39
40
40
end
41
41
42
- # Rasied when trying to use an closed connection
42
+ # Raised when trying to use an closed connection
43
43
class Http2ConnectionClosedError < StandardError ; end
44
44
end
45
45
end
You can’t perform that action at this time.
0 commit comments