From fdbd7e6a87e21550defe8c39e8a93df08701676b Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Thu, 14 Sep 2023 13:26:32 -0400
Subject: [PATCH] auto

---
 p2.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/p2.md b/p2.md
index c010e99..173c57d 100644
--- a/p2.md
+++ b/p2.md
@@ -168,7 +168,7 @@ locking behavior identical as shown in the video.
 ## Notes
 - Use the `context` to set RPC timeouts to 60 seconds.
 - Your server main should spawn off your `http` server in a new goroutine, and be always available.
-- gRPC communication requires that the server listen to an address w/o the host, e.g. ":50050" in order to work across the network.
+- gRPC communication requires that the server listen to an address w/o the host, e.g. ":50050", in order to work across the network.
 
 ## Grading
 I will assign grades vaguely as follow:
@@ -176,7 +176,7 @@ I will assign grades vaguely as follow:
 - 30 pts - lockserver
 
 
-## Video walkthrough!
+## Video walkthrough
 
 ![p2 walkthrough](p2.mp4)
 
-- 
GitLab