Skip to content

Commit f9cc69b

Browse files
Fix minor typo in future docs example [ci skip]
1 parent a36e768 commit f9cc69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/future.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ price.value(0) #=> nil (does not block)
4040

4141
sleep(1) # do other stuff
4242

43-
price.value #=> 63.65 (after blocking if neccesary)
43+
price.value #=> 63.65 (after blocking if necessary)
4444
price.state #=> :fulfilled
4545
price.fulfilled? #=> true
4646
price.value #=> 63.65

0 commit comments

Comments
 (0)