summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire Pritchard <clairempr@users.noreply.github.com>2023-10-22 05:02:12 -0400
committerGitHub <noreply@github.com>2023-10-22 11:02:12 +0200
commit61cc0e6f2c5115415e70e0a7eddd59b7c2aed40d (patch)
tree8860b4a7de154eb8a28e3e616ae54b6c368f2798
parenteab67450b3ef4db99b9fed258063d88656daac4a (diff)
Fixed typo in docs/releases/4.2.txt.
-rw-r--r--docs/releases/4.2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index 0a52f3c813..f5851dc521 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -522,7 +522,7 @@ During the deprecation period string literals will be attempted to be JSON
decoded and a warning will be emitted on success that points at passing
non-encoded forms instead.
-Code that use to pass JSON encoded string literals::
+Code that used to pass JSON encoded string literals::
Document.objects.bulk_create(
Document(data=Value("null")),