Skip to content

Commit 7822e10

Browse files
committed
minor docs layout issue.
1 parent d78fbbe commit 7822e10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Docs/reference/content/reference/driver/definitions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,13 @@ Since we know the type is `Person`, we can provide the property name, `FirstName
4242
```csharp
4343
FieldDefinition<Person> field = "FirstName";
4444
```
45-
{{% note %}}We don't validate that the provided string exists as a mapped field, so it is still possible to provide a field that hasn't been mapped:{{% /note %}}
45+
{{% note %}}We don't validate that the provided string exists as a mapped field, so it is still possible to provide a field that hasn't been mapped:
4646

4747
```csharp
4848
FieldDefinition<Person> field = "fn";
4949
```
5050

51-
And the output field name of this will be just "fn".
52-
51+
And the output field name of this will be just "fn".{{% /note %}}
5352

5453
## Filters
5554

0 commit comments

Comments
 (0)