From c580a31768020021943a0313596821fbd0eab34e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 29 Nov 2023 19:32:58 +0100 Subject: [PATCH] Fix typo --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9393f10f1..eedfac840 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -66,7 +66,7 @@ description: | way (e.g. `pi(a,b,)`) - Scripting - - Any non-identifier dictionary key is now be interpreted as expressions: For + - Any non-identifier dictionary key is now interpreted as an expression: For instance, `{((key): value)}` will create a dictionary with a dynamic key - The [`stroke`]($stroke) type now has a constructor that converts a value to a stroke or creates one from its parts