mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Update gleam.html.markdown
This commit is contained in:
parent
89497fcf85
commit
728ca29846
@ -832,7 +832,7 @@ fn roll_two_dices_with_use() {
|
||||
use first_dice <- result.try(throw_dice_as_result())
|
||||
use second_dice <- result.try(throw_dice_as_result())
|
||||
use sum <- result.map(sum_dice_values(first_dice, second_dice))
|
||||
//This is the remaining code in innermost callback function
|
||||
// This is the remaining code in innermost callback function
|
||||
sum
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user