aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Potato.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Potato.java b/src/Potato.java
index 2145d79..51167de 100644
--- a/src/Potato.java
+++ b/src/Potato.java
@@ -44,7 +44,7 @@ public class Potato {
private static class Glados extends Potato {
public Glados()
{
- System.out.println("Oh hi, how are you holding up? BECAUSE I’M A POTATO… clap clap clap… oh good, my slow clap processor made it into this thing, at least we have that.");
+ System.out.println("Oh hi, how are you holding up? BECAUSE I'M A POTATO... clap clap clap... oh good, my slow clap processor made it into this thing, at least we have that.");
}
}
}