diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-11-16 22:46:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 22:46:51 -0300 |
commit | 4da0a528bc3ae4dbff981e3c0ad215aed378598e (patch) | |
tree | b1f4cc81b8c5fce8bec1972d61b466ed798da9ea | |
parent | 8d993a25669731068482881fa48a87008975a9a9 (diff) | |
parent | 32aad6aaf2a808d0efcb4b2b787db84c31762bda (diff) |
Merge pull request #4545 from precondition/patch-1
[COBOL/en] Fix typo: sting → string
-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 |