From 9ce20ff4bbc3c7e015ac0a5574cc1ab61cfc216b Mon Sep 17 00:00:00 2001 From: Nathan Lee <83928534+nslee333@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:16:17 -0700 Subject: [PATCH] Typo / Grammar fix. (#738) --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index 8b745cc..ba8176e 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -121,7 +121,7 @@ test names to each line of code to a file named `testMatrix.json` in your projec It also generates a `mochaOutput.json` file which contains test run data similar to that generated by mocha's built-in [JSON reporter][27]. -In combination these data sets can be passed to Joram's Honig's [tarantula][29] tool which uses +In combination these data sets can be passed to Joran Honig's [tarantula][29] tool which uses a fault localization algorithm to generate 'suspiciousness' ratings for each line of Solidity code in your project.