File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ module Concurrent
58
58
# end
59
59
# ```
60
60
#
61
- # When defining a constructor it is critica that the first line be a call to
61
+ # When defining a constructor it is critical that the first line be a call to
62
62
# `super` with no arguments. The `super` method initializes the background
63
63
# thread and other asynchronous components.
64
64
#
@@ -153,7 +153,7 @@ module Concurrent
153
153
# subtly different.
154
154
#
155
155
# When internal state is accessed via the `async` and `await` proxy methods,
156
- # the returned value represents the object's sate *at the time the call is
156
+ # the returned value represents the object's state *at the time the call is
157
157
# processed*, which may *not* be the state of the object at the time the call
158
158
# is made.
159
159
#
You can’t perform that action at this time.
0 commit comments