Skip to content

Commit

Permalink
Merge pull request #712 from EgorovArtem34/typoInVariables
Browse files Browse the repository at this point in the history
fix typo in word if
  • Loading branch information
ashikov committed Dec 30, 2022
2 parents 1c558a8 + c82dc7b commit 747639f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ theory: |
instructions: |
Websites are constantly sending emails to their users. A common task is to automatically send a personalized email with the user's name in the header. IIf you store a person's name as a string somewhere in a website database, the task of generating the header boils down to concatenation. For instance, you have to concatenate the string `Hello` with a string containing their name.
Websites are constantly sending emails to their users. A common task is to automatically send a personalized email with the user's name in the header. If you store a person's name as a string somewhere in a website database, the task of generating the header boils down to concatenation. For instance, you have to concatenate the string `Hello` with a string containing their name.
Write a program that will create a header and a body of the email using ready-made variables and print the resulting strings.
Expand Down

0 comments on commit 747639f

Please sign in to comment.