Skip to content

Commit 7afd2a4

Browse files
authored
Update README.md
1 parent d0e74d5 commit 7afd2a4

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
@@ -118,7 +118,7 @@ For large projects, you may find it useful to use prefixes for a few types of va
118118

119119
- `i_` for variables initialized through `input()` calls.
120120
- `c_` for variables containing colors.
121-
- `p_` for variables used as `plot` or `hline` identifiers for use in `fill()` calls.
121+
- `p_` for variables used as `plot` or `hline` identifiers in [``fill()``](https://www.tradingview.com/pine-script-reference/v4/#fun_fill) calls.
122122
- All caps for constants, i.e., variables often initialized at the beginning of scripts whose value will not change during execution.
123123

124124

0 commit comments

Comments
 (0)