From 6f8d9927d2b723626ed4fa45c7e10c76c3b26de2 Mon Sep 17 00:00:00 2001 From: Alois Date: Thu, 18 Mar 2021 08:25:56 +0100 Subject: [PATCH] Fix typo in markdown --- docs/LearningResources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LearningResources.md b/docs/LearningResources.md index 707100c1..575cee14 100644 --- a/docs/LearningResources.md +++ b/docs/LearningResources.md @@ -12,7 +12,7 @@ * "The lazy programmer's guide to writing 1000's of tests: An introduction to property based testing" by Scott Wlaschin [video](https://www.youtube.com/watch?v=IYzDFHx6QPY) * "Race Conditions, Distribution, Interactions - Testing the Hard Stuff and Staying Sane" by John Hughes [video](https://vimeo.com/68383317) -* "Property-Based Testing for Better Code" by Jessica Kerr [video]https://www.youtube.com/watch?v=shngiiBfD80) +* "Property-Based Testing for Better Code" by Jessica Kerr [video](https://www.youtube.com/watch?v=shngiiBfD80) ## Blogs