diff options
Diffstat (limited to 'src/srp/gsp')
-rw-r--r-- | src/srp/gsp/index.gsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/srp/gsp/index.gsp b/src/srp/gsp/index.gsp index 38f8555..e33921e 100644 --- a/src/srp/gsp/index.gsp +++ b/src/srp/gsp/index.gsp @@ -68,7 +68,7 @@ html lang="en" { makes little sense to create a fundamentally different language when m4_abbr(HTML) not only does a good job at defining a websites structure, but sticking close to the language we are targeting just makes - everyone's life easier in every way. + everyone’s life easier in every way. } h2 #sucks {-Most Software Sucks} @@ -293,7 +293,7 @@ html lang="en" { over-abstract — I’m looking at you, Java developers. Abstraction often leads to exponentially increased complications the moment we want to do anything different or out of the ordinary, so unless you can find a - really nice abstraction that doesn’t really make anyone's life harder, + really nice abstraction that doesn’t really make anyone’s life harder, try to avoid them when you can. } |