Skip to content

Commit 1b6b88a

Browse files
committed
FIX: shortened doc-string
1 parent c7044cd commit 1b6b88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/mezz-debug.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ profile: function [
174174
blocks [block!] "Block of code values (block, word, or function) to profile"
175175
/times "Running the test code multiple times, results are average"
176176
count [integer!] "Default value is 10, minimum is 2 and maximum 1000"
177-
/quiet "Don't print results, return [time evaluations series-made series-expanded memory source] results instead"
177+
/quiet "Returns [time evaluations series-made series-expanded memory source] results only"
178178
][
179179
; limit the number of code runs. There is GC forced between each run, which may be time consuming!
180180
; As the output is counted as an average of each run result, it does not make sense to have too many of them.

0 commit comments

Comments
 (0)