From 680966b7a379e34761a113942059850e9989bc78 Mon Sep 17 00:00:00 2001 From: Pascal Senn Date: Thu, 6 Feb 2025 16:29:47 +0100 Subject: [PATCH] fix format --- spec/Appendix A -- Field Selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Appendix A -- Field Selection.md b/spec/Appendix A -- Field Selection.md index 4fdfb3d..e2129d3 100644 --- a/spec/Appendix A -- Field Selection.md +++ b/spec/Appendix A -- Field Selection.md @@ -408,7 +408,7 @@ Each {SelectedValueEntry} may take one of the following forms: nested object selection. - A {Path} immediately followed by a {SelectedListValue} to denote selection from a list. -- A standalone {SelectedObjectValue} +- A standalone {SelectedObjectValue} In the following example, the value could be `title` when referring to a `Book` and `movieTitle` when referring to a `Movie`.