Skip to content

Commit 68e5166

Browse files
authored
Merge pull request #1550 from vhakulinen/patch-1
docs: fix composite template internal_child -> internal
2 parents 42772bc + 5b7da6b commit 68e5166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk4-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub fn include_blueprint(input: TokenStream) -> TokenStream {
7070
/// The `template_child` attribute is used to mark all internal widgets
7171
/// we need to have programmatic access to. It can take two parameters:
7272
/// - `id` which defaults to the item name if not defined
73-
/// - `internal_child` whether the child should be accessible as an
73+
/// - `internal` whether the child should be accessible as an
7474
/// “internal-child”, defaults to `false`
7575
///
7676
/// # Example

0 commit comments

Comments
 (0)