Fix a typo in the node format definition
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 May 2023 02:29:44 +0000 (22:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 May 2023 13:19:44 +0000 (09:19 -0400)
demos/node-editor/node-format.md

index 7df87aa6a8c83c65962fcb5f6793b83e235906f3..a70055c51ec3d84c09bb55ac0d0dd7aa96c9623d 100644 (file)
@@ -193,7 +193,7 @@ Creates a node like `gsk_linear_gradient_node_new()` with the given properties.
 | property | syntax           | default                | printed     |
 | -------- | ---------------- | ---------------------- | ----------- |
 | source   | `<node>`         | color { }              | always      |
-| mode     | `<blend-mode>`   | alpha                  | non-default |
+| mode     | `<mask-mode>`    | alpha                  | non-default |
 | mask     | `<node>`         | color { }              | always      |
 
 Creates a node like `gsk_mask_node_new()` with the given properties.