We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bc3a0 commit 6daa206Copy full SHA for 6daa206
flang/include/flang/Runtime/descriptor.h
@@ -60,7 +60,7 @@ class Dimension {
60
return *this;
61
}
62
// Do not use this API to cause the LB of an empty dimension
63
- // to anything other than 1. Use SetBounds() instead if you can.
+ // to be anything other than 1. Use SetBounds() instead if you can.
64
Dimension &SetLowerBound(SubscriptValue lower) {
65
raw_.lower_bound = lower;
66
0 commit comments