Skip to content

Commit ec4567b

Browse files
author
Petr Chalupa
authored
Merge pull request #630 from carlosantoniodasilva/patch-1
Fix minor typo in future docs example [ci skip]
2 parents a36e768 + f9cc69b commit ec4567b

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)