Skip to content

Commit 26c8b6b

Browse files
authored
Update linter.mdx fixed a typo on %Timestamp
Changed *TimesStamp to %TimeStamp
1 parent cd5b012 commit 26c8b6b

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)