From: Matthias Clasen Date: Sun, 7 May 2023 02:29:44 +0000 (-0400) Subject: Fix a typo in the node format definition X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~297^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2a358206c64d9d80f8f9fd826b2d7aba2cbc267;p=gtk4.git Fix a typo in the node format definition --- diff --git a/demos/node-editor/node-format.md b/demos/node-editor/node-format.md index 7df87aa6a8..a70055c51e 100644 --- a/demos/node-editor/node-format.md +++ b/demos/node-editor/node-format.md @@ -193,7 +193,7 @@ Creates a node like `gsk_linear_gradient_node_new()` with the given properties. | property | syntax | default | printed | | -------- | ---------------- | ---------------------- | ----------- | | source | `` | color { } | always | -| mode | `` | alpha | non-default | +| mode | `` | alpha | non-default | | mask | `` | color { } | always | Creates a node like `gsk_mask_node_new()` with the given properties.