Fix typo in 0.31 release notes (#1450)

This commit is contained in:
Jen Basch
2026-02-27 13:18:10 -08:00
committed by GitHub
parent 64ea7951db
commit 7119526245
+1 -1
View File
@@ -55,7 +55,7 @@ Value: new Person { name = "Bub Johnson" }
7 | passenger: Person(name.endsWith(lastName)) = new { name = "Bub Johnson" } 7 | passenger: Person(name.endsWith(lastName)) = new { name = "Bub Johnson" }
---- ----
Now, we know what the expecation actually is. Now, we know what the expectation is.
This type of diagram is also added to test facts. This type of diagram is also added to test facts.
When tests fail, Pkl emits a diagram of the expression, and the values produced. When tests fail, Pkl emits a diagram of the expression, and the values produced.