Skip to content

Commit 786ae07

Browse files
committed
fix for the fix
1 parent c4c5478 commit 786ae07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ This property has not been used for some time (replaced by the `FieldAndFormat`
187187

188188
`Field`/`Fields` static factory methods and conversion operators no longer return nullable references but throw exceptions instead (`Field`) if the input `string`/`Expression`/`PropertyInfo` argument is `null`.
189189

190-
This makes implicit conversions to `Field` more user-friendly without requiring the null-forgiveness operator (`!`) ([read more](index.md/5-field-name-inference)).
190+
This makes implicit conversions to `Field` more user-friendly without requiring the null-forgiveness operator (`!`) ([read more](index.md#5-field-name-inference)).
191191

192192
#### 8. `FieldValue` [8-fieldvalue]
193193

0 commit comments

Comments
 (0)