Skip to content

Commit a77b789

Browse files
authored
Merge pull request #52 from thomprl/patch-1
Update linter.mdx fixed a typo on %Timestamp
2 parents cd5b012 + 26c8b6b commit a77b789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/extensions/rpgle/linter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ Or, if for some reason, you wanted `%timestamp` to always be coded as `%TimeStam
123123
},
124124
{
125125
"operation": "%timestamp",
126-
"expected": "*TimeStamp"
126+
"expected": "%TimeStamp"
127127
},
128128
{
129129
"operation": "*bif",
130130
"expected": "*upper"
131131
}
132132
]
133-
```
133+
```

0 commit comments

Comments
 (0)