Skip to content

Commit dd3302a

Browse files
authored
Update CHANGELOG.md (#1690)
added missing backticks
1 parent dd5a8de commit dd3302a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ details about the cause of the failure
3838
- BREAKING: Return values from .NET methods that return an interface are now automatically
3939
wrapped in that interface. This is a breaking change for users that rely on being
4040
able to access members that are part of the implementation class, but not the
41-
interface. Use the new __implementation__ or __raw_implementation__ properties to
41+
interface. Use the new `__implementation__` or `__raw_implementation__` properties to
4242
if you need to "downcast" to the implementation class.
4343
- BREAKING: Parameters marked with `ParameterAttributes.Out` are no longer returned in addition
4444
to the regular method return value (unless they are passed with `ref` or `out` keyword).
@@ -882,4 +882,4 @@ This version improves performance on benchmarks significantly compared to 2.3.
882882
[i1342]: https://github.com/pythonnet/pythonnet/issues/1342
883883
[i238]: https://github.com/pythonnet/pythonnet/issues/238
884884
[i1481]: https://github.com/pythonnet/pythonnet/issues/1481
885-
[i1672]: https://github.com/pythonnet/pythonnet/pull/1672
885+
[i1672]: https://github.com/pythonnet/pythonnet/pull/1672

0 commit comments

Comments
 (0)