diff --git a/examples/src/TcpExamples/TcpExample1Telnet.java b/examples/src/TcpExamples/TcpExample1Telnet.java
index 4e97fadb8093e1a112c459a23efc32fa2c1f52cb..373c0f58ebb4345af3c4dcdeb79f1206ffb11706 100644
--- a/examples/src/TcpExamples/TcpExample1Telnet.java
+++ b/examples/src/TcpExamples/TcpExample1Telnet.java
@@ -7,7 +7,9 @@ import java.net.*;
  * The simplest possible TCP network program. It listens for
  * a connection, from telnet (telnet localhost 2317) or a program
  * you write, which we will do later. Right now the TcpExample simply
- * writes a string in response to a connection. 
+ * writes a string in response to a connection.
+ * 
+ * Modifying his program is the basis for Assignment 1.
  * 
  * Testing the running server program from telnet looks like this:
  *