Merge pull request #4545 from precondition/patch-1

[COBOL/en] Fix typo: sting → string
This commit is contained in:
Marcel Ribeiro Dantas 2022-11-16 22:46:51 -03:00 committed by GitHub
commit 4da0a528bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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