diff options
author | precondition <57645186+precondition@users.noreply.github.com> | 2022-11-16 23:30:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 23:30:30 +0100 |
commit | 32aad6aaf2a808d0efcb4b2b787db84c31762bda (patch) | |
tree | b1f4cc81b8c5fce8bec1972d61b466ed798da9ea /cobol.html.markdown | |
parent | 8d993a25669731068482881fa48a87008975a9a9 (diff) |
Fix typo: sting → string
Diffstat (limited to 'cobol.html.markdown')
-rw-r--r-- | cobol.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cobol.html.markdown b/cobol.html.markdown index 1c858396..1350c66f 100644 --- a/cobol.html.markdown +++ b/cobol.html.markdown @@ -132,7 +132,7 @@ organizations. *Now it is time to learn about two related COBOL verbs: string and unstring. - *The string verb is used to concatenate, or put together, two or more stings. + *The string verb is used to concatenate, or put together, two or more strings. *Unstring is used, not surprisingly, to separate a *string into two or more smaller strings. *It is important that you remember to use ‘delimited by’ when you |