summary refs log tree commit diff stats
path: root/mysql-php/text/a1.typ
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-php/text/a1.typ')
-rw-r--r--mysql-php/text/a1.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-php/text/a1.typ b/mysql-php/text/a1.typ
index b2ae406..416d56c 100644
--- a/mysql-php/text/a1.typ
+++ b/mysql-php/text/a1.typ
@@ -4,7 +4,7 @@
 #set par(leading: 0.725em)
 
 #assignment(1)[
-  Create a table `Student` in a MySQL database containing the fields `name`, `roll`, `city`, `email` and `date_of_birth` and insert 5 records into this table and display them using PHP.
+  Create a table `Student` in a MySQL database containing the fields `name`, `roll`, `city`, `email` and `date_of_birth` and insert some records into this table and display them using PHP.
 ]
 
 #scos(1)[