Commit c175ed3
authored
Add start and end of string anchors to identifier regex in cdl.md (#1981)
This is super minor, of course, but I think the caret helps folks
understand the significance of `[$A-Za-z_]` specifically representing
the starting character of the identifier name. And when one anchors the
start of a string, one should also anchor the end :-)
Feel free to reject and call me out as a fool :-)1 parent 91c2c30 commit c175ed3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments