Skip to content

Commit 8252c1a

Browse files
posts: fix typo
1 parent 945fb8d commit 8252c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-08-28-new-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Changed constructors:
109109
- `glib::FlagsClass`
110110
- `glib::EnumClass`
111111

112-
### New `glib::ValueDelegate`` macro
112+
### New `glib::ValueDelegate` macro
113113

114114
Let's say you want to create a wrapper around some type, but you want to retain `ToValue`, `FromValue`, and `HasParamSpec` implementations, which are especially necessary when you want to use a type as a property. This is where the `glib::ValueDelegate` macro comes in. Instead of having to manually implement the following:
115115

0 commit comments

Comments
 (0)