Update gleam.html.markdown

This commit is contained in:
Boris Verkhovskiy 2024-09-13 23:51:57 -06:00 committed by GitHub
parent 89497fcf85
commit 728ca29846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}