Skip to content

Commit 7cd1ef4

Browse files
authored
Update README.md
1 parent 793ea12 commit 7cd1ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Now we've got four statements within the main function, these are:
3636
**ifStatement.cpp**
3737
================================================================================================================================================================================
3838

39-
* Line 4 and 5 are used tointialize the variable
39+
* Line 4 and 5 are used to declear and intialize the variable
4040
* Line 6 checks for the condition if the expression given to if statmenet is true, then the if block will be executed,
4141
* Otherwise the else block will be executed
4242
* Note:

0 commit comments

Comments
 (0)