From cbe55500af23a29d069d3196424588b3558757a0 Mon Sep 17 00:00:00 2001 From: Justin Ngai Date: Thu, 7 Sep 2023 15:27:28 -0400 Subject: [PATCH] Update documentation for is-decreasing benchmark --- benchmarks/core/is-decreasing.bril | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/core/is-decreasing.bril b/benchmarks/core/is-decreasing.bril index 8819f97ec..da1ba4085 100644 --- a/benchmarks/core/is-decreasing.bril +++ b/benchmarks/core/is-decreasing.bril @@ -1,4 +1,4 @@ -# Input: an array of length 6 +# Input: an integer # Output: if an number contains digits in strictly decreasing order # ARGS: 954320 @main(x: int) {