From a7cb9107042f9a35b07dce3416398d447ebffa8d Mon Sep 17 00:00:00 2001
From: Stephen C Phillips <steve@scphillips.com>
Date: Wed, 23 May 2018 14:15:59 +0100
Subject: [PATCH] Improves formatting

---
 docs/total-service-request-delay.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/total-service-request-delay.md b/docs/total-service-request-delay.md
index da750d0..774c361 100644
--- a/docs/total-service-request-delay.md
+++ b/docs/total-service-request-delay.md
@@ -2,7 +2,7 @@
 
 The Round Trip Time (RTT) of a network is the time taken from sending a packet to receiving the acknowlegement. We are also interested in factoring in the size of the data being sent over the network and the delay caused by the service processing the request.
 
-```math
+```
 total_delay = forward_network_delay + service_delay + reverse_network_delay
 ```
 
-- 
GitLab