diff --git a/assignments/build.xml b/assignments/build.xml
index 427209286b71ecf9a9b0e210292b9ee53274a4ee..3f76d8515b25678fcc05c1472fbb9b39d4eb24c6 100644
--- a/assignments/build.xml
+++ b/assignments/build.xml
@@ -8,7 +8,7 @@
 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
 <!-- in the project's Project Properties dialog box.-->
 <project name="MV3500 assignments" default="default" basedir=".">
-    <description>Builds, tests, and runs the MV3500 project assignments</description>
+    <description>Builds, tests, and runs the MV3500 project assignments by student cohorts</description>
     <import file="nbproject/build-impl.xml"/>
     <!--
 
@@ -70,7 +70,7 @@
     nbproject/build-impl.xml file. 
 
     -->
-    
+
     <target name="view.gitlab.assignments" description="view gitlab MV3500 examples in web browser (via Netbeans only)">
         <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/>
         <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/>