Skip to content

Commit d0e74d5

Browse files
authored
Update README.md
1 parent c3e6cb7 commit d0e74d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coding_conventions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ plot(signal, color = color.orange)
8888
Constants are variables whose value will not change during script execution. Use all caps snake case for constants, and declare them using the `var` keyword so they are only initialized when the script executes at bar zero, when [``barstate.isfirst``](https://www.tradingview.com/pine-script-reference/v4/#var_barstate{dot}isfirst) is true. Example:
8989

9090
```js
91-
// ———————————————————— Constants, global arrays and inputs {
91+
// ———————————————————— Constants {
9292

9393
// ————— Input `options` selections.
9494
var string RT1 = "MAs and Oscillators"

0 commit comments

Comments
 (0)