From fdf2faf5b675e559f795532159c6fa5b30141b38 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 21 May 2023 22:21:28 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index d0c34d368..34c490fe0 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -136,7 +136,7 @@ Using only the meta-data in the map, GPT is able to: - Decide that the `Coder` class looks complex enough to use a `MagickMock`. -It makes one reasonable mistake in the first version of the test, but is +GPT makes one reasonable mistake in the first version of the test, but is able to quickly fix the issue after being shown the `pytest` error output. ## Try it out