Fix typo - missing rename from `tt` to `test` in explaination after code example had variable renamed.
diff --git a/TableDrivenTests.md b/TableDrivenTests.md
index a7e9750..5b84f85 100644
--- a/TableDrivenTests.md
+++ b/TableDrivenTests.md
@@ -90,7 +90,7 @@
 ## Parallel Testing
 
 Parallelizing table tests is simple, but requires precision to avoid bugs.
-Please note closely the three changes below, especially the re-declaration of `tt`
+Please note closely the three changes below, especially the re-declaration of `test`
 
 ```go
 package main