From ca113adbae1cc2129256f51ac71e8aed2a381576 Mon Sep 17 00:00:00 2001 From: Caitlin Hogan Date: Sat, 16 Nov 2024 10:40:40 -0800 Subject: [PATCH] Fixed typo in docs/topics/performance.txt. --- docs/topics/performance.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/performance.txt b/docs/topics/performance.txt index cedd824e30..4e23d1b6bc 100644 --- a/docs/topics/performance.txt +++ b/docs/topics/performance.txt @@ -137,7 +137,7 @@ one that it is comfortable to code for. Firstly, in a real-life case you need to consider what is happening before and after your count to work out what's an optimal way of doing it *in that - particular context*. The database optimization documents describes :ref:`a + particular context*. The database optimization document describes :ref:`a case where counting in the template would be better `.