Skip to content

Commit 238873f

Browse files
authored
How did that happen
1 parent 2b70e84 commit 238873f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Modifying destructors the traditional way is highly unreliable and outright brok
111111
```cpp
112112
class $modify(CreatorLayer) {
113113
struct Fields {
114-
~Fields {
114+
~Fields() {
115115
log::info("CreatorLayer is destructed");
116116
}
117117
}

0 commit comments

Comments
 (0)