We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36e768 commit f9cc69bCopy full SHA for f9cc69b
doc/future.md
@@ -40,7 +40,7 @@ price.value(0) #=> nil (does not block)
40
41
sleep(1) # do other stuff
42
43
-price.value #=> 63.65 (after blocking if neccesary)
+price.value #=> 63.65 (after blocking if necessary)
44
price.state #=> :fulfilled
45
price.fulfilled? #=> true
46
price.value #=> 63.65
0 commit comments