Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/documentation/engine/grammars/sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The grammars above in action will render html results like so:

1. Since the world doesn't always conform to simple object structures, consider using intermediate types in your _Set Verification_ grammars just to translate the actual system data to something that's easier to consume inside of Storyteller.
1. Do take advantage of Storyteller's ability to customize string conversions so that you can specify more complex types in _Set Verification_ columns.
1. The `Compare(x => [expression])` and `MatchOn(x => [expression], x => [expression]) syntax can support following multiple properties and methods. So `Compare(x => x.Detail.Name)` is valid syntax that can be used inside of Storyteller.
1. The `Compare(x => [expression])` and `MatchOn(x => [expression], x => [expression])` syntax can support following multiple properties and methods. So `Compare(x => x.Detail.Name)` is valid syntax that can be used inside of Storyteller.


## Data Tables and Relational Databases
Expand Down