mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-17 20:11:57 +02:00
Fix typo: sting → string
This commit is contained in:
@@ -132,7 +132,7 @@ organizations.
|
|||||||
|
|
||||||
*Now it is time to learn about two related COBOL verbs: string and unstring.
|
*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
|
*Unstring is used, not surprisingly, to separate a
|
||||||
*string into two or more smaller strings.
|
*string into two or more smaller strings.
|
||||||
*It is important that you remember to use ‘delimited by’ when you
|
*It is important that you remember to use ‘delimited by’ when you
|
||||||
|
Reference in New Issue
Block a user