Skip to content

Commit 839b596

Browse files
authored
Fix mistake in example description (#22630)
# Objective Fix a grammatical error in the `image_node` example's description.
1 parent d1095b0 commit 839b596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4192,7 +4192,7 @@ doc-scrape-examples = false
41924192

41934193
[package.metadata.example.image_node]
41944194
name = "Image Node"
4195-
description = "Demonstrates how to create a image node"
4195+
description = "Demonstrates how to create an image node"
41964196
category = "UI (User Interface)"
41974197
wasm = true
41984198

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ Example | Description
589589
[Generic Font Families](../examples/ui/generic_font_families.rs) | Demonstrates how to use generic font families
590590
[Ghost Nodes](../examples/ui/ghost_nodes.rs) | Demonstrates the use of Ghost Nodes to skip entities in the UI layout hierarchy
591591
[Gradients](../examples/ui/gradients.rs) | An example demonstrating gradients
592-
[Image Node](../examples/ui/image_node.rs) | Demonstrates how to create a image node
592+
[Image Node](../examples/ui/image_node.rs) | Demonstrates how to create an image node
593593
[Overflow](../examples/ui/overflow.rs) | Simple example demonstrating overflow behavior
594594
[Overflow Clip Margin](../examples/ui/overflow_clip_margin.rs) | Simple example demonstrating the OverflowClipMargin style property
595595
[Overflow and Clipping Debug](../examples/ui/overflow_debug.rs) | An example to debug overflow and clipping behavior

0 commit comments

Comments
 (0)