Fixed a spelling mistake

This commit is contained in:
Nitin Rathi 2020-02-25 19:13:42 +05:30 committed by GitHub
parent 64dd094021
commit 80bda7a0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/) to compile and run a pascal program you could use a free pascal compiler. [Download Here](https://www.freepascal.org/)
```pascal ```pascal
//Anathomy of a Pascal Program //Anatomy of a Pascal Program
//this is a comment //this is a comment
{ {
this is a this is a