Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 66f9fa4

Browse files
committed
Fix typo in changelog
1 parent 335cd2e commit 66f9fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/cpp_destroy.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
`object.destroy()` supports `extern(C++)` classes.
22

3-
`object.destroy()` was crashing when called with an `extern(C++) class. It now correctly destructs and resets the object to `init`.
3+
`object.destroy()` was crashing when called with an `extern(C++)` class. It now correctly destructs and resets the object to `init`.

0 commit comments

Comments
 (0)