Skip to content

Commit 4d350ab

Browse files
committed
Typo - change ' to closing `
1 parent 9b45610 commit 4d350ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHEAT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Some most encountered COS expressions
5555
| Date conversion (external → internal) | `Set variable = $zdh("mm/dd/yyyy")` |
5656
| Date conversion (internal → external) | `Set variable = $zd(internalDate, format)` |
5757
| Time conversion (external → internal) | `Set variable = $zth("hh:mm:ss")` |
58-
| Time conversion (internal → external) | `Set variable = $zt(internalTime, format)' |
58+
| Time conversion (internal → external) | `Set variable = $zt(internalTime, format)` |
5959
| Display current internal date/time string | `Write $horolog` |
6060
| Display UTC date/time string | `Write $ztimestamp` |
6161
| Display length of a string | `Write $length(string)` |

0 commit comments

Comments
 (0)