diff options
author | Nitin Rathi <nitinrathi@users.noreply.github.com> | 2020-02-25 19:13:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 19:13:42 +0530 |
commit | 80bda7a0e851fc43d40b1d1ece3d9df4e41eb1c0 (patch) | |
tree | 1082e3173b846e5d0bbf017500a03fc97c9cb55b /pascal.html.markdown | |
parent | 64dd0940213a0faf0803cde662599f8f6636ce75 (diff) |
Fixed a spelling mistake
Diffstat (limited to 'pascal.html.markdown')
-rw-r--r-- | pascal.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pascal.html.markdown b/pascal.html.markdown index 9fb51c3b..a505a38f 100644 --- a/pascal.html.markdown +++ b/pascal.html.markdown @@ -15,7 +15,7 @@ source : [wikipedia](https://en.wikipedia.org/wiki/Pascal_(programming_language) to compile and run a pascal program you could use a free pascal compiler. [Download Here](https://www.freepascal.org/) ```pascal -//Anathomy of a Pascal Program +//Anatomy of a Pascal Program //this is a comment { this is a |