summaryrefslogtreecommitdiffhomepage
path: root/cobol.html.markdown
diff options
context:
space:
mode:
authorAkshita Dixit <436_bt19@iiitkalyani.ac.in>2022-11-27 14:36:29 +0530
committerAkshita Dixit <436_bt19@iiitkalyani.ac.in>2022-11-27 14:36:29 +0530
commit66acfb83d14fae742ba8b743adf5d4ea4e65e0c6 (patch)
tree5bcf01ede6d257d9044fa38b539f2736493938f0 /cobol.html.markdown
parent00b99ceca054f1df1095351ec451ff3787e0efce (diff)
parent7a505c1d0c3de87d1b3113f815b61790ec4d9ab4 (diff)
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs into docker-docs
Diffstat (limited to 'cobol.html.markdown')
-rw-r--r--cobol.html.markdown2
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