Skip to content

Commit f72b297

Browse files
committed
Fixed typo
1 parent ef0280c commit f72b297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mezz/mezz-debug.reb

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dt: delta-time: function [
1616
{Delta-time - returns the time it takes to evaluate the block.}
1717
block [block!]
1818
][
19-
recycle ; force GC, so there is less change that it is fired in `do block`
19+
recycle ; force GC, so there is less chance that it is fired in `do block`
2020
start: stats/timer
2121
do block
2222
stats/timer - start
@@ -190,6 +190,7 @@ profile: function [
190190
all [word? :blk block? code: get/any :blk][]
191191
code: to block! :blk
192192
]
193+
code: copy/deep code
193194
data: try [delta-profile :code]
194195
if error? data [
195196
keep/only reduce [0:0:0 0 0 0 0 :blk]

0 commit comments

Comments
 (0)