diff options
| -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 28dcc10f..9fb51c3b 100644 --- a/pascal.html.markdown +++ b/pascal.html.markdown @@ -66,7 +66,7 @@ program Learn_More;  const      PI = 3.141592654; -    GNU = 'GNU's Not Unix'; +    GNU = 'GNU''s Not Unix';          // constants are conventionally named using CAPS          // their values are fixed and cannot be changed during runtime          // holds any standard data type (integer, real, boolean, char, string) | 
