diff --git a/README.md b/README.md index 60b9586..a3b22d1 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ The methods below map the DTO query expresions to the equivalent data query expr ## Known Issues Mapping a single type in the source expression to multiple types in the destination expression is not supported e.g. ```c# -``` [Fact] public void Can_map_if_source_type_targets_multiple_destination_types_in_the_same_expression() { @@ -192,4 +191,6 @@ Mapping a single type in the source expression to multiple types in the destinat private class TargetListItemType { public virtual int Id { get; set; } - } \ No newline at end of file + } + +``` \ No newline at end of file